another ios styled checkboxes with touch drag support
It is free for all, it is fully support mobile devices, no images just CSS3, and because when it was written, here was no free alternative to it.
Just include jQuery, plugin css and js files and you attach it:
<input type="checkbox" name="test-input" class="ios-switch">
<script>
$('.ios-switch').iOSFlipSwitch()
</script>