Checkbox @checkbox--unchecked

<label class="checkbox" for="checkbox-a886"><input class="checkbox__input" type="checkbox" id="checkbox-a886" name="checkbox-a886" /><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-98c4"><input class="checkbox__input" type="checkbox" checked="checked" id="checkbox-98c4" name="checkbox-98c4" /><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-45b4"><input class="checkbox__input" type="checkbox" disabled="disabled" id="checkbox-45b4" name="checkbox-45b4" /><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-ac04"><input class="checkbox__input" type="checkbox" checked="checked" disabled="disabled" id="checkbox-ac04" name="checkbox-ac04" /><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-3166"><input class="checkbox__input" type="checkbox" checked="checked" aria-invalid="true" id="checkbox-3166" name="checkbox-3166" /><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-67fe"><input class="checkbox__input" type="checkbox" aria-invalid="true" id="checkbox-67fe" name="checkbox-67fe" /><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>