Xml node containing the form item definition.
The form definition that this form item belongs to.
The name of the argument that will be used to store the result of this item.
The value indicating whether the state is checked or not.
A reference to the FormDefinition that contains this form item.
The type of the FormItem.
The name that specifies which RadioButton controls are mutually exclusive.
The value indicating whether this item is required.
The value indicating whether this item is valid.
The value indicating whether this item is visible or not.
The form item ID.
The text associated with the CheckBox.
The text location (left or right).
The tooltip of this form item.
Gets the collection of {@link validation.ValidationItem} objects that belong to this FormItem.
Raises the FormItemResultChangedEvent.
Gets the result of the form item.
[]}
Refreshes the user interface of the form item.
Validates the form item. Returns a collection of items that did not pass validation.
Initializes a new instance of the {@link geocortex.forms.items.RadioButtonFormItem} class.