7.10 General-Purpose Fields ↑
7.10.1 Boolean
The word boolean
can be used as a type. The word bool
will be recognized as a shorthand identification for this type as well.
A Collection can have any number of fields of type boolean
.
A boolean type will produce a field that can have a value of true
or false
, and that will be represented as a checkbox when editing.
Values for a Boolean field type will be interpreted in the following ways:
true
; true
; false
; true
; true
; false
. Next: Class