checkBoxGroup displayed in several columns

Hello,

Does someone could tell me wether it is possible to display a checkBoxGroup in several columns.

I’ve found that it is possible to change the value for “layout” parameter but only to choice : “pagedirection” (it means only one column) and “linedirection” (it means only one row)…

But nothing about choosing the number of columns to display.

Thany you in advance!

Subject: if you want more layout control

use individual check box controls instead.

Subject: Individual checkBox in a repeat control?

Thank you for your answer Maureen, I wanted to use checkBoxGroup because it was easier to bind it to a multivalued field.

But how could I do this with individual checkBox?

I’m now trying to use a repeat control (I put the checkbox into it) but then how can I store selected value into a mutlivalued field?

Thanks!