Skip to content
Component

Radio

Single-choice control (wraps Base UI Radio/RadioGroup).

Basic

API reference

value / defaultValueNone
string

Controlled or uncontrolled selected value, owned by RadioGroup.

onValueChangeNone
(value: string) => void

Fires when the selection changes.

disabledfalse
boolean

Disables the group or an item.

tone"default"
ComponentTone

Color used for the selected item's border and dot.

classNameNone
string

Additional classes applied to the component root.