label String

Specifies the label content for the checkbox.

Example

<input id="checkbox" />

<script>
    $("#checkbox").kendoCheckBox({
        label: "Label one"
    });
</script>
In this article