obout Interface - OboutRadioButton - Client-Side Manipulation
Option 1
OboutRadioButton1.checked(true);
OboutRadioButton1.checked(false);
OboutRadioButton1.focus();
OboutRadioButton1.enable();
OboutRadioButton1.disable();
The
OboutRadioButton
control exposes many client-side methods that allow you manipulate the control on the client-side.
« Back to examples