I created a booleanListBinding function in ViewMod...
# tornadofx
e
I created a booleanListBinding function in ViewModel so you can now say
customer.valid(customer.name, customer.zip, customer.city)
to get a
BooleanExpression
which will update as the validators for the mentioned fields are updated.