Before set checkbox answer modal

Hello!
How i can call confirm modal before checkbox set in DataTable?
example: “You shure published this article?” , if user click button “Yes” this checkbox change staite(on or off).

Проще говоря перед тем как отметить чекбокс запросить у пользователя уверен ли он в своих действиях.

@Kossin
the best way is to implement custom checkbox template and add onClick handler.
but if you want to use out-of-the-box checkbox template, then try something like this
https://snippet.webix.com/mr83w3he

@intregal , Thanks! Good solution!