I\'m trying to customize the output of a simple_form association, basically I need to display a checkbox label on two lines. My idea was adding a \"br\" tag into the \"label
Does html_safe help?
html_safe
<%= f.association(....).html_safe %>
if not, then post an example app on github showcasing this issue, so we can debug it