Boolean
A true or false value
Specification
nested
Available types:
array
Provides an array of nested parameters that are shown when the value of the parameter is true (the checkbox is checked).
string
Provides the URL address of an RPC to load list of nested parameters.
object
Provides a detailed specification of nested parameters.
editable (deprecated)
Type:
Boolean
Default:
false
If set to
true
, the user can map (or manually edit) the value of the parameter.
Example
Basic Boolean
A basic Boolean offers three options: true
, false
and undefined
.

Checkbox style
You can turn the radio buttons into a checkbox by adding a "required": true
property. Additionally, you can set the default state by setting the default
property.

Nested parameters
By adding nested fields, you can add fields that will be shown to the user if this field’s value is true
.

Editable (deprecated)
You can allow mapping to the field by setting editable
to true
.

Last updated