You need to sign in to do that
Don't have an account?

Unchecking Checkbox
Hi All,
I have a requirement that the selected checkboxes from checkboxlist will become unchecked after command
button is pressed.Can anybody will guide me how I should achieve this.
With Regards
Prabhash Mishra
In the action method (commandButton) just specify
Obj.CheckBox1__c = false;
Obj.CheckBox2__c = false;