Hello,
I have a table with two columns that are checkboxes. On is ‘Yes’ and another is ‘No’. When I change the state of ‘Yes’ to true I want that the state of ‘No’ automatically changes to false.
{ text: '<label>Sim</label>', columngroup: 'Implementação', datafield: 'Yes', align: 'center', cellsalign: 'center', width: 50, columntype: 'checkbox'},
{ text: '<label>Não</label>', columngroup: 'Implementação', datafield: 'No', align: 'center', cellsalign: 'center', width: 50, columntype: 'checkbox'},
How can I do this?
Is it possible to have text next to the checkbox? Like ‘Yes’ and the square at the right?
Thank you very much.