Booleans

Boolean types are declared using the “boolean” subclass of “type-specifier”, which defines a single property “boolean” of type object with the following properties:

default

The “default” property is a boolean property that defines a default value for a boolean declaration.

The “default” property is optional.

value

The “value” property is a boolean property that specifies a literal value for the defined boolean.

The “value” property is optional.