I see why it's not working. `booleanBinding` and `...
# tornadofx
e
I see why it's not working.
booleanBinding
and
stringBinding
have overloads for none-observable receivers, and they don't add the receiver as a dependency (and can only do so if the receiver is an observablevalue)