Radio Group
A radio group allows a user to select a single item from a list of mutually exclusive options.
Installation
CLI
Copy & Paste
npx @sly-cli/sly add draft-ui radio-groupExamples
Default
The default RadioGroup uses orientation vertical.
Example
Code
Favorite animal
Horizontal
Set the orientation prop to horizontal to use a horizontal RadioGroup.
Example
Code
Favorite animal
Disabled
Use the isDisabled prop to make the entire RadioGroup disabled.
Example
Code
Favorite animal