TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Method >

 

SetChecked

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > RadioButton > Method >

 

SetChecked

 

 

Sets whether the check box is checked.

 

 

 

Prototype :

 

void SetChecked

(

       bool Checked

)

 

 

 

Arguments :

 

Checked

true for checked

 

 

 

Example :

 

This.SetChecked(true);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind