Help on checkbox editor

Hi all,
which is the onAfterEditStop counterpart event for checkbox editor? I need to fire the row update when the checkbox value change by a click. I have used the onCheck event but I do not have the old state.
Thank you

Hi,

Unfortunately, both onCheck and onDataUpdate events provide only the updated data. But as it’s a two-state editor, the state will be changed to the opposite one.

Ok. In the meantime I changed my mind by using combo editor with Yes/No options to get the desired result.

Thank you