BBH
<label class="
    c-form-checkbox
  ">
      <span class="c-form-checkbox__checkbox">

          <input type="checkbox">

          <svg class="text-neutral-grey-02">
              <use xlink:href="#form-checkbox-unchecked"></use>
          </svg>

          <svg class="text-neutral-grey-02">
              <use xlink:href="#form-checkbox-checked"></use>
          </svg>

      </span>

      <span class="c-form-checkbox__label"></span>

  </label>
<label class="
    c-form-checkbox
  ">
    <span class="c-form-checkbox__checkbox">

      <input type="checkbox">

      {% render '@svg', { name: 'form-checkbox-unchecked' } %}
      {% render '@svg', { name: 'form-checkbox-checked' } %}
    </span>

    {% if label !== '' %}
      <span class="c-form-checkbox__label">{{ label }}</span>
    {% endif %}
  </label>
/* No context defined. */

No notes defined.