Classes list
Every class Checkbox recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.checkbox | Base class on the wrapping <label> — required |
.checkbox-input | The real, visually-hidden native <input type="checkbox"> |
.checkbox-box | The visible styled box |
.checkbox-check / .checkbox-dash | The checkmark/indeterminate-dash SVG icons inside the box |
.checkbox-label | The visible label text |
.checkbox-helper | Optional helper/description text below the label |
.is-checked | Runtime state — set automatically by flickui.js from the input's checked state |
.is-indeterminate | Set manually (via the input's .indeterminate DOM property) for a partial-selection state |