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

Encoded

configuration

Determines whether the checkbox label content should be rendered as an HTML string or it should be encoded.

encoded

Boolean

Default: true

<input id="checkbox" />

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