Checkbox Field Operators not working in a Conditional Statement

Checkbox Field Operators not working in a Conditional Statement

I am trying to use the Checkbox field as a boolean instead of a text type field. I used the Checkbox (true or false) in an IF statement to determine what text to show, but none of the operators seem to return the result I am expecting.


Attached is a picture of my test document to showcase the problem.
I could use a text type field over a checkbox for booleans, but the boolean data passed in does not come as a string and I was hoping that Zoho Writer had support for boolean data instead of needing to convert the boolean data into strings.

Can anyone help on how to fix this or have insights on the same issue?