For textfields it's relatively simple, I can bind ...
# tornadofx
j
For textfields it's relatively simple, I can bind it like textfield(model.stringField). but I need to somehow bind an entire togglegroup to an enum (i.e. model.enumField) and somehow say which radiobutton corresponds to which enum value