Radio set with keyboard nav.
Grouped radios with arrow-key nav between options, single value at a time. Stylable per-option label so the group reads as a small form section.
import { RadioGroup } from "@/components/ui/radio";
<RadioGroup value={tier} onValueChange={setTier} options={tiers} />components/ui/ folder. You own the code.