|
I am still unsure how you are getting the status of the checkbox.
The function you have written is to fetch the data value in the specified column in a webtable iterating through the row loop.
When you have multiple checkbox in a webtable here is the logical approach,
1. Checkboxes are child objects to the Parent Webtable.
2.Find the count of the childitems. [ In this case checkboxes ]
3. Loop through the count to find out the "Text" & "Status" of the checkbox.
|