Skip to content

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