--- category: forms --- # RadioGroup Source: `components/ui/radio-group.tsx`. `RadioGroup` is a compound component. Its parts are exported **flat** (`RadioGroupItem`, not `RadioGroup.Item`) and each is a separate top-level export of the bundle: | Part | Props | | --- | --- | | `RadioGroupItem` | `React.ComponentProps` | All parts accept `className` and are composed as children of `RadioGroup`.