New to Kendo UI for jQueryStart a free 30-day trial

Label

configuration

Specifies the label content for the checkbox.

label

String
<input id="checkbox" />

<script>
    $("#checkbox").kendoCheckBox({
        label: "Label one"
    });
</script>
Not finding the help you need?
Contact Support