Toggle theme

Radio🔗

The Radio component is controlled component input field that handles user events. For more on controlled components see here

All props, except for extend, will be passed through.

Default example🔗

Props - Radio🔗

Name
Description
Type
Default Value
checkedbooln/a
idstringn/a
isValidbooln/a
labelThe label text that is associated with the radio button.string''
nameShould be the same for all radio buttons belonging to same group.stringn/a
onChangefuncn/a
valueValue of the radio button.stringn/a
2022 © Volvo Car Corporation