.c-checkbox

  • /src/css/object/component/_checkbox.scss

Checkbox component

html

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