Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 352 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 352 Bytes

##slidebox Simple Zepto plugin which turns your checkboxes into iPhone like slideboxes.

The usage example:

$('checkbox').slidebox({
  change: function(el, checked) {
    // change callback
  },
  speed: 0.2
});

##Demo http://mkuklis.github.com/slidebox/demo/index.html