| 
       << 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 >SetConditionFieldName | 
    
Sets the condition field.
Prototype :
void SetConditionFieldName
(
string ConditionFieldName
)
Arguments :
ConditionFieldName  | 
the condition field name  | 
Reference :
CheckBox data type should be the summary type.
Example :
This.SetConditionFieldName("IsUsed");
Available Events :
OnInitialize