How to know if a have a same number of checkboxes checked between tow Zone in Datatable

Hi all
Please suggest how to make a workflow to know if a have a same number of checkboxes checked between Zone1 and Zone 2 in Datatable.

There is another thread on this subject here: Is the checkbox checked? .

There must be an attribute which changes when you toggle the checkbox. You can use Element Exists for each checkbox, and add the attribute which identifies that the box is checked to find the status of each box. Then you can compare the totals. I recommend a shorter timeout for the element exists activity, since the activity will wait for the default timeout period every time it gets the status of an unchecked box.