Categories | Question details Back To List | ||||||||
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)
|