Checkbox @checkbox--unchecked

<label class="checkbox" for="checkbox-5b04"><input class="checkbox__input" type="checkbox" id="checkbox-5b04" name="checkbox-5b04" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Default</span></label>

Checkbox (checked) @checkbox--checked

<label class="checkbox" for="checkbox-8859"><input class="checkbox__input" type="checkbox" checked="checked" id="checkbox-8859" name="checkbox-8859" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Checked</span></label>

Checkbox (disabled) @checkbox--unchecked-disabled

<label class="checkbox" for="checkbox-5db5"><input class="checkbox__input" type="checkbox" disabled="disabled" id="checkbox-5db5" name="checkbox-5db5" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Disable</span></label>

Checkbox (disabled, checked) @checkbox--checked-disabled

<label class="checkbox" for="checkbox-0996"><input class="checkbox__input" type="checkbox" checked="checked" disabled="disabled" id="checkbox-0996" name="checkbox-0996" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Disable</span></label>

Checkbox (invalid, checked) @checkbox--checked-invalid

<label class="checkbox" for="checkbox-df88"><input class="checkbox__input" type="checkbox" checked="checked" aria-invalid="true" id="checkbox-df88" name="checkbox-df88" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Error</span></label>

Checkbox (invalid) @checkbox--unchecked-invalid

<label class="checkbox" for="checkbox-07f6"><input class="checkbox__input" type="checkbox" aria-invalid="true" id="checkbox-07f6" name="checkbox-07f6" /><span class="checkbox__indicator"><svg class="icon icon--check checkbox__indicator-icon" viewBox="0 0 200 200">
  <use xlink:href="#icon-check"></use>
</svg></span><span class="checkbox__label">Error</span></label>