Hi,
I have a drop down list, with the option "Display all", plus several options for "display 1".
When one of the "display 1" options is selected I allow the user to also click one or both of 2 check boxes to "display Max" or "display Min".
When the user selects "Display All" I want to be able to mark the 2 checkboxes (displayMax and displayMin" as un-checked but can't find a way to do this.
I have tried using the isSelected() method but without success.
Can anyone tell me how to un-check check-boxes?
TIA
Jason