Boolean field

Defines a boolean field that can hold only one of two values (true or false) but may also be left unspecified. A boolean field is displayed as a check box in Content Studio.

Syntax
<field
    name="NCName"
    type="boolean"
  >
    <array/>?
    <constraints>...</constraints>?
    ANY-FOREIGN-ELEMENT*
    <parameter/>*
    <options>...</options>?
  </field>

Only one form of the constraints element may be used: Boolean constraints.

Attributes
name="NCName"

The name of the field element. Note that no two fields belonging to the same panel may have the same name.

type="boolean"

Defines the type of the field.