Empty default yes/no state is read as "no"

This is not a bug. An empty (null or undefined is the technical term) yes/no value evaluates to no.

This is also the same with programming languages such as JavaScript. A value that is null or undefined is equal to false or “no”

@keith has a great video to help clear up some confusion around Boolean values, if you’re interested.

2 Likes