Mutually exclusive checkbox

How can I make checkboxes on the datatable grid mutually exclusive? I want only 1 checkbox to be selected at a time. Similar behaviour as of a radio control…

Is there a reason not to use built-in radio?

In general, you can use a checkbox as a part of the column template and change (render) its value depending on the data.

https://webix.com/snippet/4bc15f9a

Thanks for the response :slight_smile:
yes there is some UI requirement, cant really use radio button