Hi everyone,
how do I set up the conditions for metabox switchers in bricks? I tried many possibilities but nothing worked so far.
Hi everyone,
how do I set up the conditions for metabox switchers in bricks? I tried many possibilities but nothing worked so far.
Have you tried === 1 ?
In the database, Metabox switch is stored as 0 or 1
Yes I have tried that too == 0 or 1 nothing works
For anyone facing the same struggle, I got the switcher to work with these settings.
In case a JetEngine user is searching for "Switcher"Conditions, here is the variant for it
Value = true or false
it works with acf
I did not work with Metabox, but perhaps you did not specify the field name meta parameter.
Yes, I forgot to mention one more thing.
When working with ACF. The checkbox has three values, empty, 0 and 1.
Might be the same for you, check it out.