MATLAB: Making checkboxes in uitable mutually exclusive

matlab guiuitable

Hello,
I have a uitable with four columns and i have set columnformat of one column as logical. By that way i am having checkboxes in uitable.
I now want those check boxes to be mutually exclusive. how it can be done ?

Best Answer

You need to perform this task by using the property CellEditCallback (callback when data in a cell is changed)