Checkbox True vs. False vs. Null

April15Hater

Accountant
Local time
Today, 16:01
Joined
Sep 12, 2008
Messages
349
Hi-

I have an unbound checkbox and I need it to display only false if it is unchecked. Sometimes I will get "Null" and sometimes I will get "false" depending on whether it was never clicked (null) or whether it was clicked twice leaving it in the unchecked state (False). I want it to be false under both of these conditions. Is there some property that can be changed so that the checkboxes's values can only be bivalent?

Your help is always appreciated.

Thanks,

Joe
 
I was afraid I was going to have to do that, I was hoping there was a property that would do it for me. Thanks for the input!

Joe
 
Have you tried setting the default value of the checkbox to False?
 

Users who are viewing this thread

Back
Top Bottom