A boolean can be either true, false, or blank. Your approach to fix it is perfect! Checking specifically for false is never ideal and can bite you…unless you have a scenario where blank would be a valid option too. Glide did account for that in the IF column by allowing you to check if a boolean is checked or unchecked instead of true or false, but that doesn’t apply to javascript, so what you did is good.