Skip to content

Zepto plugin which turns checkboxes into iPhone like slideboxes.

Notifications You must be signed in to change notification settings

25th-floor/slidebox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

##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

About

Zepto plugin which turns checkboxes into iPhone like slideboxes.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 62.1%
  • HTML 23.4%
  • CSS 14.5%