obout Interface - OboutCheckBox - Client-Side Manipulation
Select Me
OboutCheckBox1.checked(true);
OboutCheckBox1.checked(Obout.Interface.OboutCheckBox.CheckedState.PartiallyChecked);
OboutCheckBox1.checked(false);
OboutCheckBox1.focus();
OboutCheckBox1.enable();
OboutCheckBox1.disable();
The
OboutCheckBox
control exposes many client-side methods that allow you manipulate the control on the client-side.
« Back to examples