How does one initialize the state of a Checkbox on Form load to true? I've been trying and nothing works for me thus far.
1. I've tried it on Entrance Rules in ActionOverride - NOTHING
Entrance Rules
Position.UActive50 = "true"
2. I've tried it on Field Rules - NOTHING
Persistent Fields
UActive50 is Boolean
Field Rules
UActive50
initial value is Position.UActive50 = "true"
UActive50 should have checked based on above