.c-checkbox

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

Checkbox component

html

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