change
Fires when the state of the widget changes

Handle mobile Switch change event

<input type="checkbox" id="switch" data-role="switch" />

<script>
 $("#switch").data("kendoMobileSwitch").bind("change", function(e) {
     console.log(e.checked); // true or false
 }
</script>

Event data

checked : Object
The checked state of the widget.