@orangecheck/design / RadioGroup
Function: RadioGroup()
function RadioGroup(__namedParameters: ComponentProps<any>): any;
Defined in: primitives/radio-group.tsx:15
RadioGroup + RadioGroupItem — Radix-backed, skin-aware, accessible. Replaces
raw <input type="radio">. Circular (always rounded-full, independent of
skin radius — radios are round by convention), brand-filled dot when
selected, family focus ring, aria-invalid parity.
Parameters
| Parameter | Type |
|---|---|
__namedParameters | ComponentProps<any> |
Returns
any