bootstrap_form icon indicating copy to clipboard operation
bootstrap_form copied to clipboard

Add help option for check_box

Open Laykou opened this issue 1 year ago • 0 comments
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.'

image

Laykou avatar Apr 04 '24 05:04 Laykou