RadioButton

RadioButtons allow for single selections out of predefined sets of mutually exclusive options.

Usage Guidelines

The Telerik and Kendo UI RadioButton requires you to follow some basic principles when using the component.

Meaning

RadioButtons are used for a binary choice or single selection within a list of choices.

Use the RadioButton to imply a single selection out of a group of choices.
Avoid providing two or more available options presented by RadioButtons.

Label

The label of the RadioButton is of primary importance as it conveys the meaning of the option for which the component stands for. Therefore, the text label must be clear, straightforward, and as short as possible.

Keep the label as clear and concise as possible.
Avoid setting larger and vague labels.

Alignment

Regardless of how long the label is, the container and the text label of the RadioButton are always aligned to the middle. However, always consider the height of the first row before aligning the RadioButton to its label especially when the label spans more than one row.

If the label is longer, align the RadioButton to the center of the first row.
Avoid aligning the RadioButton to the middle relative to the height of the label if the label is longer than a single line.