bootstrap-ruby / bootstrap_form

Official repository of the bootstrap_form gem, a Rails form builder that makes it super easy to create beautiful-looking forms using Bootstrap 5.
MIT License
1.64k stars 352 forks source link

Add help option for check_box #728

Open Laykou opened 3 months ago

Laykou commented 3 months ago

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.'

image