or bind checkbox to `SimpleBooleanProperty` and us...
# tornadofx
c
or bind checkbox to
SimpleBooleanProperty
and use
Copy code
field("Username") {
            textfield(loginModel.username) {
                if (<bindedproperty>){
                    required()
                }
            }
        }