Classes list
Every class Radio recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.radio | Base class on the wrapping <label> — required |
.radio-input | The real, visually-hidden native <input type="radio"> |
.radio-circle | The visible styled circle |
.radio-dot | The inner dot, scaled to 0 when unchecked |
.radio-label / .radio-helper | The visible label text and optional helper line |
.radio-group / .radio-group-legend | Fieldset wrapper for a set of radios, with a heading |
.selection / .selection-legend | Generic version of .radio-group, not tied to radios specifically |
.is-checked | Runtime state — set automatically by flickui.js, mutually exclusive within a name group |