Xamarin.Forms.InputKit
Xamarin.Forms.InputKit copied to clipboard
It's possible unmark a RadioButton inside RadioButtonGroupView?
It's possible to unmark a RadioButton inside RadioButtonGroupView?
More specifically unmark when the user clicks twice.
Also I tried that:
I tried using the events and the command to programmatic know when the second tap happens, but, all the events are triggered after update the value, so, I can't say when is the first time or the second time the user clicks on the radio.
Up