label String

Specifies the label content for the radio.

Example

<input id="radio" />

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