Switchery for Rails
Add this line to your application's Gemfile:
gem 'switchery-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install switchery-rails
In your application.js
you will need to add this line:
//= require switchery
And in your application.css
you will need to add this line:
*= require switchery
Bug reports and pull requests are welcome on GitHub at https://github.com/inventit/switchery-rails.
The gem is available as open source under the terms of the MIT License.