The Radio component doesn’t exist as a standalone component in Nuxt UI. Instead, use the RadioGroup component which manages a group of radio options.
See Also
RadioGroup
Use RadioGroup to create a set of radio buttons where users can select a single option.
Why RadioGroup?
Radio buttons are designed to work together as a group where only one option can be selected at a time. The RadioGroup component handles this behavior automatically, including:- Managing the selected state across all radio buttons
- Keyboard navigation between options
- Proper accessibility attributes
- Consistent styling and layout