Two columns with checkboxes + labels

Hi I need two columns of checkboxes with labels. Is it a good idea to have those in two lists or should I take a different approach?

Note: the content (checkbox + label) will be dynamically generated!

You’d better use fieldsets. Two if them.

The odds are they aren’t lists but a choice of several different options. Like Μitică said you’d probably need to group them both with one or more FIELDSET elements since you have two different lists.