Description
It allows the insertion of a flag, or a box that appears checked or not, depending if the field associated (“boolean” value).
Specific properties
see common properties.
Specific events
- ChangeEvent
event activated when change the value of the field. Can be used to
– assign other fields based on the value inserted into the field
– check the validity of the inserted value giving a message to the user.
For more information read here.
Properties that can be used by code
C/S Properties
- Enabled: If is False, the field is no editable (the description of the name becomes gray).
- Value: If is True, returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Web properties
- Enabled: If is False, the field is no editable (the description of the name becomes gray).
- Value: If is True, returns the text contained in the object.
- Visible: if is True, the field is visible on the form, otherwise assign it with False.
Methods that can be used by code
None