Check documentation for the latest version of dhtmlxSuite check DHTMLX Docs

check

checks the specified checkbox

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

Example

myRibbon.check(id);

Back to top