bootstrap_form
bootstrap_form copied to clipboard
Add help option for check_box
trafficstars
Based on https://github.com/bootstrap-ruby/bootstrap_form/pull/686 this allows to provide also help option in the arguments:
= f.check_box :is_active, help: 'If checked, this item is active and will be used.'