Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Mark Ritter on Oct 26, 2008 20:16
open dhtmlx forum
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
Answer posted by Support on Oct 27, 2008 08:45
>>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 . 
Attachments (1)