Skip to content

Latest commit

 

History

History
 
 

Choice

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTML + CSS

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>