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>