Broke. Something has changed with checkbox logic.

Broke. Something has changed with checkbox logic.

All of my forms using checkboxes are not working anymore.
What has Zoho changed?

Issue:
Using the ".selectall()" does not result in the changes being seen in script. This did work!

Example:
        alert(input.ckbox);  "will shows current selections"
        ckbox.selectall();    "UI responds showing all checked"
        alert(input.ckbox);  "still only show what was originally selected"

tt