Skip to content
Primitives

Radio

A radio group for single-option selection with accessible keyboard navigation.

Preview:
1280px

Props

PropTypeDefaultDescription
optionsRadioOption[]-Array of { value, label, description? } items.
valuestring-Currently selected value.
onChange(value: string) => void-Fired when selection changes.
namestring-HTML name attribute for the group.