Re: [Rails] Split checkbox_tag into two or three columns

2016-03-05 Thread Hassan Schroeder
On Sat, Mar 5, 2016 at 7:44 AM, John Sanderbeck wrote: > What I have is a list of audience types attending a training, and I > would like to split the list of checked items into two or three columns > instead of having one long list with checkboxes. > Is this even possible,

[Rails] Split checkbox_tag into two or three columns

2016-03-05 Thread John Sanderbeck
What I have is a list of audience types attending a training, and I would like to split the list of checked items into two or three columns instead of having one long list with checkboxes. Here is my current code which works fine however it is presented in one long list that you need to scroll