If you want to make sure that changes to the list ...
# tornadofx
e
If you want to make sure that changes to the list doesn't affect the original list, you can make a copy of it after assigning the item:
model.bar.value = FXCollections.observableArrayList(*model.bar.value.toTypedArray())