Has anyone noticed newly created checkboxes evalua...
# defects
r
Has anyone noticed newly created checkboxes evaluating to neither true nor false? Editing and saving Employees causes unchecked boxes to evaluate to false. This is happening in the sandbox, and I'm wondering if it will affect deployment.
w
This is normal behaviour
c
Yeah, this has always been normal behavior for us. In saved searches so that it doesn't throw people off with the Null values, I'll throw a formula in there to show "False" if Null.
r
Well it sure feels like a defect.
n
@reptar do you mean new check box custom fields or new records with empty checkbox. What I have seen is create a new custom field check box. All existing records are "null". Create a new record and the value for the checkbox is False. All existing records are still null neither true or false.
r
Yes, that.
n
It’s always been that way.