I recently added a checkbox set to my form, with a couple options.
I noticed when entries are submitted to this, instead of bundling all the values for that checkbox under a single value, and comma delimiting the values or something, it is, instead creating individual columns for each selected value, with the value being equal to the column header.
Is this the intended function? If so, wouldn't that prevent you from having two separate checkbox sets with the same value as an option, since you wouldn't be able to tell which was which in the admin (and you can't re-Admin-label checkbox values, only the 'container', which doesn't seem to be used in the Entries at all).