``` textProperty().bind( ...
# tornadofx
k
Copy code
textProperty().bind(
                    Bindings.`when`(committing)
                            .then("Signing in")
                            .otherwise("Sign in"))