How to filter items by a boolean?

I’m trying to filter items by a Boolean I set up in the Plasmic CMS. It does filter the elements as intended if I set the correct “Filter field” with a “Filter value” of true. But it does NOT work when I set the “Filter value” to false.

Is this working as intended? How would I display items that have the CMS Boolean “turned off”?

Hello, yeah I found a bug with it (if you never turned an boolean on, it won’t show up when querying for false) and I am working on a fix

Thanks for the heads up Gabriel