Check documentation for the latest version of dhtmlxSuite getChecked DHTMLX Docs

getChecked

gets the list of the checked options' values

array getChecked(number index);
indexnumberthe value's index
arraythe list of values

Example

myCombo.getChecked();

Back to top