Hi, great Component, I use it with Vaadin 8.5.1. Though I am trying to use

Hi, great Component, I use it with Vaadin 8.5.1.
Though I am trying to use the CheckboxRenderer, and I thought that, passing it the setter in the constructor (e.g. new CheckboxRenderer<>(Person::setAvailable) ), it would automatically fire the method setAvailable of the class Person when clicked, but I see it is not the case.
Any way to do it? I find it non-productive to have to double click to open the editor and change the value, then click on “save”