jquery-rsCheckboxSwitch plug-in demo

A CSS toggle button that quickly shows a series of frames between a checked and unchecked state.

turbo
<input type='checkbox'>

<script>
$('input[type=checkbox]').rsCheckboxSwitch({
    "type": "toggle",
    "toggleType": {
        "outerClass": "checkboxswitch-outer toggle",
        "showOnOff": false,
        "caption": "turbo"
    }
});
</script>