In the past, on controls within galleries such as text inputs, I have used the Reset property to reset their values by linking them to a variable, which I would switch from false to true and back.
However, modern controls such as the number input and checkbox are missing this property. How can I recreate this behavior? I want to be able to "reset" the contents of all controls in a gallery but using Reset() obviously doesn't work.
Alternatively, are there defined events that cause modern controls automatically reset? I've only found changing the default values as a method to reset them, but sometimes I would like those values to remain the same.