Saturday
ComponentsRadio buttons

Radio buttons

Single-choice controls for one option at a time, shown alone, in a vertical list, or in a compact horizontal row.

Radio buttons

Pick exactly one option—alone, in a vertical list with optional dividers, or in a compact horizontal row.

Layout
Checked
Code preview
import { RadioField } from "./RadioField";

Radio specs

Color tokens for radio states and labels.

TokenValueColorUsage
Unchecked ring
var(--input-input-stroke-default)#8f9da4Outline when not selected
Checked ring
var(--lavender-500)#765cd8Outline when selected
Inner dot
var(--lavender-500)#765cd8Center mark when selected
Label
var(--text-heading-strong)#063235Text beside the control