Component developed on checkbox type fields. We make use of pointer-events, to avoid the need to create new HTML objects.
<div class="Choice">
<ul>
<li><input type="radio" checked="" name="gender"/>Picasso</li>
<li><input type="radio" name="gender" />Velázquez</li>
</ul>
</div>