Announcements
Hi ,
I have radio buttons and a button as shown below.
I want that if user clicks the blue button then the radio button should automatically select the "Yes" option.
Can anyone help please?
Hi,
You can follow below steps -
Assuming your Items property of Radio is ["Yes","No"]
Use this formula to set variable varRadio on button's OnSelect property = Set(varRadio, true)
Use this formula on Default property of Radio control to set Radio control to Yes option when the button is clicked = If(varRadio, "Yes","No")
On screen visible property you can set varRadio to false
This is wokring but one thing is there,
If we change the value of radio button "no" manually, then if we click the blue button then it didn't worked
In OnChange property of your Radio input control, try adding this formula = If(Self.Selected.Value="Yes", Set(varRadio, true), Set(varRadio, false))
Thanks, I just did the same. It is working fine
Glad it worked 🙂
If the above solution solved your problem then you can click on Accept as Solution below so that it will help others.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 519 Most Valuable Professional
11manish 489
Haque 327