for example: ``` label and green { ...
# tornadofx
b
for example:
Copy code
label and green {
            backgroundColor += Color.GREEN
        }
        label and red {
            textFill = Color.WHITE
            backgroundColor += Color.RED
        }
if
green
is bound to a 'connected' property, and
red
is bound to an error property, I would want
red
to override
green