How can I dynamically Uncheck a Checkbox, based on another event?
I tried playing around with the checked state logic, but that doesn’t seem to uncheck the box
I should add that my checkboxes are part of a Dynamic Lists
What I am looking for is when I click the toggle to “Positive” or “Negative”, it should reset the the selected checkboxes back to unchecked
I have no better idea than storing the state of the checkboxes in the pageData.
The state of checkboxes in pageData is property/key “checkBoxesState”.
“checkBoxesState” is object/collection
Properties/Keys in “checkBoxesState” are checkBoxes IDs with true/false values
Checkbox state looks at its state in the pageData
The event changes the state of the checkbox in the pageData
The switch resets all checkboxes in the pageData