label
Description
Optional. Specifies the label of a radio buttonUsage
label?: 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