``` currentItem.completedProperty.onChange { chec...
# tornadofx
r
Copy code
currentItem.completedProperty.onChange { checked ->
                                controller.list.setPredicate(controller.filterBy)
                            }