Specifies whether the check
box or radio button can support an additional third state that represents
a neutral value.
Syntax
Reference_Syntax.allowNeutral = "0 | 1"
Values
Type
|
Values
|
String
|
0
(default)
The check
box or radio button supports two states representing true or false.
The
check box or radio button supports three states. These are true,
false, or neutral.
|
JavaScript
CheckBox1.resolveNode("ui.#checkButton").allowNeutral = "1";
FormCalc
CheckBox1.ui.#checkButton.allowNeutral = "1"
|
|
|