Back to Component Library
form React 19 + TypeScript
Radio Group
Radio options list with animated active indicators and optional descriptions.
$npx forgeui add radio
Variant:
Props API
| Prop | Type | Default | Description |
|---|---|---|---|
| options | RadioOption[] | [] | List of radio options. |
| value | string | undefined | Selected radio option value. |
Accessibility Standards
Full keyboard focus support and role='radiogroup'.