Make Label Visible when False

Hey guys, is there an easy way to make a simple label “Visible” when the tag is “False” or “0” and Invisible when the tag is “TRUE” or “1”?

!{Path/To/Tag}, eg:

See Expression Overview and Syntax for more details.

1 Like

Thanks! I knew it was easy, but just couldn’t see it. Also, I added indirection using !tag(“Path”+{Control.Property}+“Tag”)

You should avoid indirection with the tag() function unless you have very specify requirements. The Indirect Tag Binding method will be more efficient in practically all cases, even if it means adding another custom property to the component.

I would have used the Indirect Tag Binding Method, but unfortunately there is no way that I know to inverse the Visible property with it.

Uhmmm, that's what I meant by: