Direct naar hoofdinhoud

Hoofdnavigatie

Platform Beta

Form checkbox

.checkbox

styling for composite form html

Markup

<div class="formfield__inputContainer">
    <div class="checkbox formfield__checkbox {{modifier_class}}">
        <input required type="checkbox" class="checkbox__input" id="checkbox{{modifier_class}}" name="checkbox{{modifier_class}}">
        <label class="checkbox__label" for="checkbox{{modifier_class}}" tabindex="-1">Ja</label>
    </div>
</div>

Modifiers

checkbox--otherValue

checkbox--filter

checkbox--filterDisabled

checkbox--inverted