Radio Group
A set of checkable buttons where only one can be checked at a time.
Usage
tsx
import { RadioGroup } from "@/components/ui/radio-group";
<Radio Group disabled={false}>...</Radio Group>Radio Group Controls
disabled
Examples
Default Selection
Disabled
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/radio-group