label
Description
specifies the label of a radio buttonType
string
Example
<RadioButton label="myRadio" />
Details
By default, a label is placed to the right of a radio button. It is also possible to put a label to the left of a radio button with the help of the <Field>
component. Read the details in the related article.
Related article: Adding a label
Related sample: Radio Button