Tembo Style Documentation

    Checkbox

    Demo

    HTML

    <label class="c-checkbox__label">
    	<input type="checkbox" class="c-checkbox">
    	<span class="c-checkbox__visual"></span>
    	<span class="c-checkbox__value">This is a checkbox</span>
    </label>

    Sass Variables

    $c-checkbox--border-color: $s-color--border !default;
    $c-checkbox--active-fill: $s-color--header !default;
    • $c-checkbox--border-color sets the border color
    • $c-checkbox--active-fill sets the fill color when checked

    component varaibles default from colors set in settings/color.scss