Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 366 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 366 Bytes

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>