timmywil / jquery.onoff

Interactive, accessible toggle switches for the web.
http://timmywil.github.io/jquery.onoff/
MIT License
91 stars 22 forks source link

Feature: disable click to toggle #6

Closed hidanielle closed 9 years ago

hidanielle commented 9 years ago

It would be nice to be able to disable the click toggle and have users be required to slide to change the value

timmywil commented 9 years ago

Thank you for opening an issue, but the foundation of this plugin is based on utilizing CSS and HTML as much as possible and filling in the gaps with as little JS as possible. To leave out the click toggle would require changes to the HTML and I'd rather leave that alone.