Ensure check if the value is true, and if it is it allows the nullable { } binding to continue. In case it is false, then it short-circuits the binding and returns null.
true
nullable { }
false
null