Checks the state of a control in the form field.
The index of the control to check.
Whether the control should be checked or not.
Whether to notify changes.
get alternate name
get control by index
The index of the control to retrieve
get controls count
get field flags
get field type
get full name
Gets the count of options in the form field.
Inserts an option into the form field at a specified index.
The label of the option to insert.
The index at which to insert the option.
Whether to notify changes.
set alternate name
The alternate name to set for the form field
set field flags
The flags to set for the form field
Sets the value of an option at a specified index in the form field.
The index of the option to set.
The value to set for the option.
Whether to notify changes.
set field value
The value to set for the form field
Whether to notify changes
StaticcreateNo longer use 'new' to create, but use create instead.
Optionaloptions: OptionsCreate a FormField instance
No longer use 'new' to create, but use create instead.