checked Boolean(default: false)

The checked state of the Switch.

Example

<input id="switch" />

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