Setup

Setting up SuperToggle could not be simpler.

Include the css and the library

<script type="text/javascript" src="supertoggle.js"></script>

Create an button element to be the SuperToggle.

<button id="example-toggle"></button>

Turn the element into a SuperToggle with some simple javascript

$("#example-toggle").supertoggle();