I'm trying to get this working
        itemsLeftLabel.textProperty().bind(
                Bindings.concat( Bindings.size(controller.activeItemsProperty.get()).asString(), " items left" )
        );
But it's not getting triggered when the completed is set.  That's a change to the item and not the list.