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

Labels Association

The CheckBox component allows you to add a label before or after the input element.

You can associate the CheckBox with:

Associating to Label Component

You can associate the CheckBox component with the Kendo UI for Angular Label component. The label can be displayed before of after the checkbox.

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

Example
View Source
Change Theme:

Associating to HTML Label Element

You can associate the CheckBox component with the HTML label element. The label can be displayed before of after the checkbox.

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

Example
View Source
Change Theme: