venomdesign
Programmer
I am working on something that requires a choose one checkbox solution, but I need to implement it on multiple rows, the number of rows is unknow all depending on data from database, but the checkboxes need to have the same name on each row. So there is three grouped checkboxes, then 3 separate form elements after that, then next row with the same config, so each row has 6 elements(0,1,2 grouped, 3,4,5 after that) and the first three are grouped. Is there a way that this could be done? Any help you can give me i greatly appreciated.