Radio Group

A set of mutually exclusive radio options for selecting a single value. Supports labels, descriptions, horizontal/vertical layout, multiple sizes, and controlled/uncontrolled modes.

Default

A basic vertical radio group for single selection.

With descriptions

Each radio item can include a description below the label.

Horizontal

Set orientation="horizontal" for inline layout.

Sizes

Three sizes - sm, md, and lg.

Small

Medium

Large

Disabled

Disable the entire group or individual items.

Entire group disabled

Single item disabled

Controlled

Manage selection externally with value and onValueChange.

Selected: option-2