| 
       << Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableCheckBox > Method >SetCheckStyle | 
    
Sets the Check Style.
Prototype :
void SetCheckStyle
(
string CheckStyle
)
Arguments :
CheckStyle  | 
Check Style. Refer to CheckStyleConst  | 
Example :
//string
This.SetCheckStyle("Radio");
//constant
This.SetCheckStyle(CheckStyleConst.Radio);
Available Events :
All Events
See also :