mdbootstrap / bootstrap-toggle-buttons

Bootstrap-toggle-buttons has moved to https://github.com/nostalgiaz/bootstrap-switch
https://github.com/nostalgiaz/bootstrap-switch
Apache License 2.0
1.02k stars 92 forks source link

Enables access to status from JS #34

Closed LeeMallabone closed 11 years ago

LeeMallabone commented 11 years ago

Enables access to status from JS, eg: $('#toggle').toggleButtons('status') // returns booleans indicating active state

Previous pull request returned truthy or falsey, this returns literal true or false.