Props & events

Attributes & behavior classes

Intent color, style, size, and group layout (.radio-group-horizontal) are the configuration axes.

Attribute / classPurpose
nameGroups radios into one mutually-exclusive set
checkedNative 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.

EventDescription
change (native)Fired by the underlying input; flickui.js toggles .is-checked and clears it from siblings in the same name group.