| Parameter Name | Description | |
|---|---|---|
| 1 | fieldName | Name of the field for the Checkbox. Needs to be in quotes and fully qualified, e.g. Table_Occurrence::Fieldname. |
| 2 | CurrentValue (opt) |
Text or a field containing the current value of the checkbox. If a field is used, it should not be in quotes. |
| 3 | fieldActiveValue (opt) |
The value that is given to this field when the checkbox is checked (e.g. "Yes"). |
| 4 | status (opt) |
Text or name of a field containing "enabled" (the default), "disabled", or "hidden", or a calculation which returns one of those 3 values. |
| 5 | bgColor (opt) |
Default is white, but you can specify the color: see "Background Color" in the "Basics" section. |
Checkbox( "Home::Registered" ; "" ; "Yes")
Comments