Props & events
Attributes & behavior classes
Intent color, style, size, and group layout (.radio-group-horizontal) are the configuration axes.
| Attribute / class | Purpose |
|---|---|
name | Groups radios into one mutually-exclusive set |
checked | Native attribute — initial selection |
aria-invalid="true" (on the group legend) | Signals a required-selection error |
aria-disabled="true" | Paired with native disabled for a disabled option |
Events
flickui.js listens for the native change event and keeps exactly one radio per name group checked.
| Event | Description |
|---|---|
change (native) | Fired by the underlying input; flickui.js toggles .is-checked and clears it from siblings in the same name group. |