New to KendoReact? Start a free 30-day trial
Labels
The RadioButton enables you to add label next to the input, either before or after it.
Setting Up the Label
To set the label, use the label
property, which accepts string
. To set position of the label, use the labelPlacement
property, which accepts before
and after
values.
Change Theme
Theme
Loading ...
Custom labels
To create a custom labels, set id
prop of the RadioButton and provide custom markup for the label, including the for
attribute for it.
Change Theme
Theme
Loading ...