Switchery
Switchery is a simple component that helps you turn your default HTML checkbox inputs into beautiful iOS 7 style switches in just few simple steps.
What swichery input looks like

To add switchery to your code, simply add class switch
to your checkbox input like the example below;
<input class="switch" type="checkbox">
Last updated