name
Description
sets the name of a group a radio button belongs toType
string
Example
<RadioButton label="Option 1" value="1" checked={true} name="group1" />
<RadioButton label="Option 2" value="2" name="group1" />
Related article: Grouping radio buttons via the name property
Related sample: Radio Button