Skip to main content
1-Visitor
September 7, 2018
Solved

how to set first option as selected in radio button without clicking?

  • September 7, 2018
  • 1 reply
  • 2452 views

Hi

 

i want to keep the first state (started ) as selected by default without selecting it . Kindly provide me a way to achieve this . In list we can set "auto select first row" ...similarly is there any option for it in radio button?.

 

pls refer the image attached

Best answer by vi1

Hi,

 

You create the input parameter to mashup and assign the radio button default state to input parameter. Bind the input parameter to SelectedValue of Radio button.

 

Please find the attached screenshots for reference.

 

Thank You.

1 reply

vi116-PearlAnswer
16-Pearl
September 7, 2018

Hi,

 

You create the input parameter to mashup and assign the radio button default state to input parameter. Bind the input parameter to SelectedValue of Radio button.

 

Please find the attached screenshots for reference.

 

Thank You.

1-Visitor
February 11, 2019

I tried this and it helped me achieve the requirement.