Components

Radio

Radio — a single control for a one-of-many choice, such as picking a rate plan or a room type. Use it when exactly one option in a set may be selected; for an independent on/off choice use a checkbox, and for a compact setting consider a switch. Radios are grouped by sharing the native `name` prop across the set, so selecting one clears the rest. Pair each with a `label`, and a `description` when the option needs a line of explanation.