cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Ravi_Raj_Nukala
Level 3

Suite Radio Button to default value in Installshiled 2018

Jump to solution

HI,

Can anyone help on how to set the radio button in a dialog wizard and set radio button in Installshiled 2018.

Please help

Thank you!!

0 Kudos
(1) Solution
Jenifer
Flexera Alumni

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

View solution in original post

0 Kudos
(1) Reply
Jenifer
Flexera Alumni

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

0 Kudos