How to set up display conditions for a field dependent on a boolean field
SOLVE
I have a relatively simple resource module. I have a boolean field "This is a video block". If the field is checked, I want the "Video URL" field to appear. If it's not checked, I do not want the field to appear.
The display conditions options available are:
Is equal to, is empty, is not empty, is not equal to, custom regex.
I've tried a number of these and assumed the "is not empty" would work, but it does not. It appears all the time. If I use "is empty" it never appears.
How to set up display conditions for a field dependent on a boolean field
SOLVE
This text input should really turn into a true/false selector if the field in question is a boolean... or at least a tooltip reminder that boolean return "true"/"false". I always forget =\