16 / 24
HTML

Custom Checkbox

 <label>
    checkbox
    <input type="checkbox" id="checkbox" />
    <span></span>
</label>