Current summary of the problem: I am pulling in information from table 'main' that lists out Goal Number and Goal Name for a specific ID (there can be up to 10 rows). These are displayed in a table on the web page. I added checkboxes in the first column that reflect the amount of rows in the table. The code for this is below, this part is working correctly. The out put is 3 columns, Checkbox, Goal Number, Goal Name, and up to 10 rows depending on amount of information in the table for that specific ID.Current summary of the problem: I am pulling in