.c-checkbox
Checkbox component
html
<label>
<span class="c-checkbox">
<input type="checkbox">
<span class="c-checkbox__control"></span>
</span>
...
</label>
Checkbox component
<label>
<span class="c-checkbox">
<input type="checkbox">
<span class="c-checkbox__control"></span>
</span>
...
</label>