Uncheck checkbox

box.setChecked(1); checks a combo checkbox.



How do I uncheck a checkbox in a combo?



box.setChecked(index,state) would be better way. state = true/false to check/uncheck box

box.setChecked(index,state) would be better way. state = true/false to check/uncheck box
Yep, it was missed.
Updated js file , where such functionality added, attached to post .

dhtmlxcombo_extra.zip (1.38 KB)