Navigation & Inputs · Inputs & Forms
Radio Button
also known as Radio, Option button
Radio buttons present a set of mutually exclusive options where the user must select exactly one; picking a new option deselects the previous one. They are grouped so their exclusivity is clear and all options stay visible. They suit short lists of two or more choices.
See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
Radio buttons enforce one choice among several and usually apply on submit; checkboxes allow many. A toggle switch handles a single on/off state with immediate effect, and a segmented control does similar single-choice selection in a compact connected bar.
In the wild
Choosing 'Standard' vs 'Express' shipping on checkout.