checked Boolean(default: false)

The checked state of the RadioButton.

Example

<input id="radio" />

<script>
    $("#radio").kendoRadioButton({
        checked: true
    });
</script>
In this article