<@U25U0KPFT> You are only adding an event handler ...
# tornadofx
e
@carlw You are only adding an event handler to
completed
which is is a CheckBox within the Fragment. So if you add an event handler to that CheckBox in init, you only do it once per Fragment. That's what I meant 🙂