Hi,
I have a gallery that has a container within the template. Within the container is a checkbox.
I am trying to count the rows that are checked. For some reason the CountRows function does not work as expected when using the container. If there are 5 rows in the gallery and none are checked then CountRows shows 0, but even if only 1 checkbox is checked then CountRows returns 5. Removing the checkbox from the container lets CountRows work properly again.
is this a bug or am i missing something?