Skip to content

vladdeSV/checkswipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkswipe.js

"Click-and-drag" over HTML checkboxes – see live demo.

If your web application has a million (or just a couple) checkboxes aligned neatly, then this is for you. Easy to integrate with minimal added lines of code.

<script src=/js/checkswipe.js defer onload=checkswipe()></script>

Simply “click-and-drag” over specified checkboxes to enable or disable them in a flash. Try it now and transform your web forms with unparalleled speed and simplicity!

<div data-checkswipe>
  <input type=checkbox>
  <input type=checkbox>
</div>

Note

Does not support touchscreens. Sorry!