New to Kendo UI for Angular? Start a free 30-day trial

Labels Association

The RadioButton component allows you to add a label beside the input, placed before or after it.

You can associate the RadioButton with:

Associating to Label Component

You can associated the RadioButton component with the Kendo UI for Angular Label component. The label can be displayed before of after the input.

The following example demonstrates how to associate the RadioButton with the Label component.

Example
View Source
Change Theme:

Associating to HTML Label Element

You can associated the RadioButton component with the HTML label element. The label can be displayed before of after the input.

The following example demonstrates how to associate the RadioButton with the HTML label element.

Example
View Source
Change Theme: