A CSS toggle button that quickly shows a series of frames between a checked and unchecked state.
<input type='checkbox'>
<script>
$('input[type=checkbox]').rsCheckboxSwitch({
"type": "toggle",
"toggleType": {
"outerClass": "checkboxswitch-outer toggle",
"showOnOff": false,
"caption": "turbo"
}
});
</script>