How do I error check if my checkbox is checked or not? I have three of them, I just need to figure out how to error check them if all three never get checked... I tried to do an error check with a boolean function and it still errored out even if I checked one.
So, I just realized that it seems I have a bug or something because my program also doesn't hit my callback function for the checkboxes at all. It just passes right through them.
Any help would be nice. Thanks