Radio Group
Radio Group is a Chord form component built from Base UI primitives and project tokens.
Radio Group
import { RadioGroup } from "@/components/public/RadioGroup";import Label from "@/components/public/Label";<RadioGroup.Root defaultValue="standard"> <Label className="flex items-center gap-2"> <RadioGroup.Item value="standard" /> Standard </Label> <Label className="flex items-center gap-2"> <RadioGroup.Item value="express" /> Express </Label></RadioGroup.Root>