Third suggestion for this feature, since it keeps getting closed.
At the moment you can show and hide a layer based on a true
and false
property value respectively, but you cannot do the inverse (show a layer if a boolean property value is false
).
A common class of use cases for this is when you want to have something in your design be replaced if it is hidden (i.e. layer A is hidden by means of the boolean property, while layer B is shown instead).
Previous suggestions: