I'm not sure if this is working as designed or not.
After using @formadd to create a CHECKBOX control, it doesn't appear that you can set the initial value of the CHECKBOX (using the checked property) until after the form is shown using @Showform,
This is different behavior than the NUMERICUPDOWN control, which allows me to do a @formadd and immediately follow that with @FormSet to set the value of the control.
Also, I didn't see the valid values of true/false for the checked property anywhere in the docs.
I'm not sure if this is working as designed or not.
After using @formadd to create a CHECKBOX control, it doesn't appear that you can set the initial value of the CHECKBOX (using the checked property) until after the form is shown using @Showform,
This is different behavior than the NUMERICUPDOWN control, which allows me to do a @formadd and immediately follow that with @FormSet to set the value of the control.
Also, I didn't see the valid values of true/false for the checked property anywhere in the docs.