Skip to content

Latest commit

 

History

History

Checkbox

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

HTML + CSS

Native component customized with CSS and without the use of JavaScript. We have added a CSS to avoid selecting the component and thus avoid the problem of double clicks.

<div class="Checkbox">
    <input type="checkbox" name="example" id="example" />
    <label for="example">I have a bike</label>
</div>