- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 18, 2019
07:15 AM
1 Solution
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 22, 2019
06:08 AM
Hi Ravi_Raj_Nukala,
You can achieve it by adding property value to Suite->Radio Button->Property .
For an example
- add IsRadioButtonClicked property in Property Manager,say the value to false
- Associate the property with the RadioButton you want to select by default as IsRadioButtonClicked==false
- Other radio button'property to true.i.e IsRadioButtonClicked==true
- Build and run
- You will be able to see the default radio button selected which has IsRadioButtonClicked=false
Hope it helps,if it solves your problem please make the solution as accepted.
Thanks,
Jenifer
1 Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Email to a Friend
- Report Inappropriate Content
Apr 22, 2019
06:08 AM
Hi Ravi_Raj_Nukala,
You can achieve it by adding property value to Suite->Radio Button->Property .
For an example
- add IsRadioButtonClicked property in Property Manager,say the value to false
- Associate the property with the RadioButton you want to select by default as IsRadioButtonClicked==false
- Other radio button'property to true.i.e IsRadioButtonClicked==true
- Build and run
- You will be able to see the default radio button selected which has IsRadioButtonClicked=false
Hope it helps,if it solves your problem please make the solution as accepted.
Thanks,
Jenifer
