Closed
Description
Having an issue with the help block positioning when using checkbox_group.
Here is what happens http://cl.ly/image/0b0N2x3R2L0w
I think my layout is fairly common. Essentially it is:
<li>
<input><label>Some Label</label>
</li>
Even with other layouts, I can't see how the current positioning would work well. So what ends up happening is the help block just gets oddly appended to the first element.
What would be better would be positioning it after the last element. I tried just applying checkbox_group to the last element to see if that would achieve this but it didn't work. Another option would be if the help block got prepended to the input.
Any ideas?