Boolean field type

A boolean field type stores its value as a Boolean java type (true/false). It is usually visualized as a single checkbox.

Example boolean field (active)
document-definition:
  name: person
  content:
    - id: name
      type: string
    - id: active
      type: boolean