Experts,
Is it possible to set a checkbox checked value to true via a class residing outside of the form the checkbox resides in. Specifically, I would like to have my class search for certain parameters and set the checkbox on the main form to checkbox.checked = true. Currently, my class does not recognize the checkbox "…does not exist in the current content"). So, how do I get my class to "see" the checkbox, and then set it's value to checked? I would appreciate an example, if possible.