The Switch is a widget that can be in two states: "On" (when value is true) and "Off" (when value is false).
View Demo
The following code adds the Switch to your page.
<div id="switchContainer"></div>
$(function() { $("#switchContainer").dxSwitch({ value: true }); });
Additional comments/thoughts:
If you have any questions, submit a ticket to our Support Center.