Modelling boolean values
true
and false
). In the UI, they are presented to users as a checkbox, hence the name.
There are no predefined checkbox attributes on any of the standard objects. As a result, checkbox attributes will only be present when added by the user.
Checkbox attributes may only be single-select.
true
property back, otherwise it will be false
. This attribute does not support null values.
true
/false
or their string equivalents "true"
/"false"
.
We support setting these values directly as raw booleans/strings, or by using an object with a single key, value
.
We only support single-select checkbox attributes, so you may always write checkbox values without wrapping the values in an array (array values containing a single element are also supported).
$eq
operator is supported. For example: