Trying to use a Checkbox as a trigger on form load and it is not working.
Here are my steps:
Use value from a Textbox to change the Checkbox to true on form load
1. Initialize the Textbox via the Parameter Rules

2. Change state of Checkbox (UActive50) to true (for any string except blank) via Entrance Rules.

3. Use it to trigger code below on the form

4. This is what I get on form load - Checkbox should be true and it's not.

I am missing an extra step such as a refresh but not sure what/where.
Thanks