I have a table which I added the rows dynamically. Each row has unique ID and a checkbox. Now I need to constantly check through each added row to see if the checkbox for each row is checked. If they are checked, the information on that row should be collected to post to a python function. I have a table which I added the rows dynamical