Hi all,
I have a Sharepoint list with a choice field. After I´ve managed it, to show a radio button instead a dropdown I have now the problem, that there is now standard behaviour to unselect the buttons.
I found the workaround below, which works fine ,but it is not possible to select e.g. "No" and reselect it immediately again. You have to select "Yes" first and then you can select "No" again:
Radio button OnChange: Set(currentValue, Radio1.Selected.Value)
Radio button OnSelect: If(currentValue = Radio1.Selected.Value, Reset(Radio1), false)
Does anybody have a solution for this?

Report
All responses (
Answers (