Control P5 Checkboxes
in
Contributed Library Questions
•
1 year ago
Hi all,
Just like to get an idea of code for a Control P5 checkbox - I simply want to set a boolean value with it.
chkHaspreface
if checked then
haspreface = true
else
haspreface = false
Kind of arrangement. I don't want extra code thats going to trip up my application with "SEVERE Errors" and hints that the forwarded value isn't right.
1