Check documentation for the latest version of dhtmlxSuite uncheck DHTMLX Docs

uncheck

removes the checkmark from a checkbox

void uncheck(string|number id);
idstring|numberid of a checkbox

Example

myRibbon.uncheck(id);

Back to top