I have this simple radio button with items Yes, No.

I have below formula at OnSelect of the Submit button.
Patch(Binaries,Defaults(Binaries),{Title:Radio1.Selected.Value});UpdateContext({varResetRadio: true})
I have placed my context variable varResetRadio at Reset property of the radio button.

Now I have placed a label on the screen to check the current value selected in radio options. I have put Radio1.Selected.Value at text property of the label.

Now when I click on submit, neither the label value becomes blank nor the radio button resets. But when I take another button to reset the radio control with Reset(radio1), it resets perfectly. Am I doing something wrong in this simple action? Or is this a bug when I use a variable at Reset property of radio button?
Thanks in advance,
Ramesh Mukka