checked Boolean(default: false)

The checked state of the RadioButton.

Example

Open In Dojo
<input id="radio" />

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