Import
import { Radio } from '@dnb/eufemia'
Description
The Radio component is displayed as a circle that is filled (checked) when activated. Radio buttons let users select one option from a limited number of choices within a group.
It is recommended to use radio buttons in a group. You can use either the React component <Radio.Group> or the property group="NAME" to define the group.
Relevant links
Accessibility
Radio buttons use semantic <input type="radio"> elements grouped by the name attribute. Arrow keys navigate between options within a group, and Space selects an option. Screen readers announce the group label, current selection, and number of options.