I have a form field which has a number of checkboxes - how can I display the checkboxes as 3 columns instead of 1?
Something similar to this:

I've tried adding a row/span divs inside the <div class="controls"> but it seems to be adding a left padding.
I know there is the inline checkbox example in the docs but elements aren't aligned.