<< Click to Display Table of Contents >>
CheckedValue
Value to be returned when RadioButton or CheckBox is in checked state.
When a RadioButton is in checked state in the same RadioButtonGroup, GetInputValue/GetInputNumberValue/GetInputXML/GetInputJSON functions return a text of the RadioButton. If you want to get other text values, set CheckedValue to the text you want to get.
When a CheckBox is in checked state, GetInputValue/GetInputNumberValue/GetInputXML/GetInputJSON functions return a text of the CheckBox in the format of "text::true". The text "::true" is the default text. If you want to get some other text value, set CheckedValue to value other than "::true".