Checkbox @checkbox--unchecked

<label class="checkbox" for="checkbox-0bc8"><input class="checkbox__input" type="checkbox" id="checkbox-0bc8" name="checkbox-0bc8" /><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-a9b8"><input class="checkbox__input" type="checkbox" checked="checked" id="checkbox-a9b8" name="checkbox-a9b8" /><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-c7cc"><input class="checkbox__input" type="checkbox" disabled="disabled" id="checkbox-c7cc" name="checkbox-c7cc" /><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-2e88"><input class="checkbox__input" type="checkbox" checked="checked" disabled="disabled" id="checkbox-2e88" name="checkbox-2e88" /><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-75e6"><input class="checkbox__input" type="checkbox" checked="checked" aria-invalid="true" id="checkbox-75e6" name="checkbox-75e6" /><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-b342"><input class="checkbox__input" type="checkbox" aria-invalid="true" id="checkbox-b342" name="checkbox-b342" /><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>