You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
clear() method of the Form removes CheckBoxGroup value attribute. The same problem would also be present for the RadioGroup and any input of type="radio" used in the Form.
Expected behavior
The value should not be removed from the CheckBoxGroup inputs and the radio buttons.