Wappler Version : 6.8.0
Operating System : W11
Server Model: NodeJS
In a form with checkboxes, if a checkbox is checked by user, and then form is reset, unchecked event is fired.
But, when there is no change on the checkbox, ie it is unchecked, and form is reset, unchecked event is still fired.
Tested this with checkbox in form, checkbox in form-repeat, static and dynamic checked attribute.
Only case where this even does not fire is when resetting form-repeat - but it still fires when resetting parent form of the form-repeat, so not a workaround that can be used.