Skip to main content
1-Visitor
February 20, 2014
Question

Radio button state reset

  • February 20, 2014
  • 2 replies
  • 1573 views

I have a radio button with 2 states. when the radio button first loaded, nothing is selected. Is there a way to reset the button back to this initial state once one of the states is selected?

2 replies

1-Visitor
February 20, 2014

Hi LuWen,

you can use a service that generates the appropriate value as its returned result and you can tie that back to the Radio button as its value.
You will need an Event trigger of course to fire that service.

luwenya1-VisitorAuthor
1-Visitor
February 20, 2014

cool, got it. thank you, Pai !