Switch field properties

BackgroundColor Represents the background color, which is used to paint the area behind the field.
Enabled Represents whether a field is enabled.
InitialValue Represents the initial value of a switch field, displayed before the user has entered an explicit value.
Label Represents the label of the field, which is normally shown to the left of the value.
LabelColor Represents the color for field labels.
Reference Returns a reference to the switch field.
ThumbColor Represents the color of the thumb, or handle, of switch fields.
Valid Represents whether the field is valid.
ValidationMessage Represents the validation message of the field, which is shown when the field is invalid (that is, when the Valid property returns FALSE).
Value Represents the value of a switch field.
Visible Represents whether a field is visible.
WarningColor Represents the warning color, which is used to paint things like validation messages of fields.