<inputid="switch"/><buttonid="toggle">Toggle</button><script>$("#switch").kendoSwitch()$("#toggle").on("click",function(){var switchInstance =$("#switch").data("kendoSwitch");// toggle the checked state of the switch.
switchInstance.toggle();});</script>