IF the values are editable, then you should probably decide if you want to grab them when the checkbox is checked or whether you want these values to be collected when someone clicks a button later (e.g., 'submit' or 'go').
I would recommend naming your checkboxes something like row_1 instead because then you could just split the name of the checkbox at the underscore and use the number part to determine which inputs to grab.