UpdateBooleanField method

This method updates the definition of a Boolean field.

UpdateBooleanField ( FieldName , TrueValueName , FalseValueName , Required , Value )
Argument Description
FieldName The name of the field to update.
TrueValueName A string value representing the true value.
FalseValueName A string value representing the false value.
Required A Boolean value indicating whether the field requires a value or not.
Value The default value of the field.

The field must exist on the form definition.