我使用bootstrap_form_for但遇到了一个问题。我使用" collection_check_boxes"帮助器,我无法为复选框标签或复选框输入设置自定义类。我阅读了文档,但我无法找到它。
= bootstrap_form_for :xxx do |f|
...
.form-group
= f.fields_for :books do |bf|
= bf.collection_check_boxes(:id, Book.all, :id, :name, label: 'Books')
答案 0 :(得分:0)
以下是答案: https://github.com/bootstrap-ruby/rails-bootstrap-forms/issues/256
总结:到目前为止还不可能