I been trying to apply some CSS classes to collection_check_boxes but I can\'t get it to work. Right now I doing this:
<
A little shorter to use an inline block
<%= f.collection_check_boxes(:brand_ids, Brand.all, :id, :name) do |b| %> <%= b.label(class:"label-checkbox") { b.check_box + b.text } %> <% end %>