Components
← All components

Radio Group

stimeo--radio-group

Single selection for custom radios: aria-checked, roving tabindex, arrow selection.

  • Radio Group

The stimeo--radio-group controller implements the APG Radio Group pattern for custom (non-native) radios such as styled cards. Selection is exposed through aria-checked and the single Tab stop through roving tabindex. Per APG, selection follows focus: the arrow keys move focus and select in one step (wrapping), and Home/End jump to the ends. The selected radio's value is mirrored to an optional hidden field, and stimeo--radio-group:change is dispatched on every change.

running
Choose a plan

Selected plan: Basic

Keyboard

KeyAction
↓ / → Move to and select the next radio (wraps).
↑ / ← Move to and select the previous radio (wraps).
Home / End Move to and select the first / last radio.
Space Select the focused radio.