Check documentation for the latest version of dhtmlxSuite setChecked DHTMLX Docs

setChecked

sets the option checked

void setChecked(number index,boolean state);
indexnumberthe option's index
statebooleantrue/false to check/uncheck

Example

myCombo.setChecked(index, state);

Back to top