Remove Check from Checkbox

Hi.
I have a checkbox in a repeater table row with values set from server connect. All these checkboxes are unchecked by default.
User can check multiple checkboxes as required, and perform an operation.
On success event of that operation, I load the repeater server connect again and all the values are refreshed, but the checkboxes still remain checked.

How to uncheck all check boxes when data is loaded again?

can to do a form reset operation of the success event of the form submission or better the form database success event?

1 Like

Unfortunately, the checkboxes are not in a form. But, they are in a checkbox group.
I just tried setting value of checkbox group to null and it worked!
Thanks for the help. :slight_smile:

1 Like