Boolean Type

The Boolean type represents binary values, such as True/False. This type includes a single attribute to set a default value for the property.

Attributes for Boolean Properties:

  • Default Value

    • The Default Value attribute sets the predefined binary value (True or False) for the Boolean property when no other value is provided. This ensures that a default state is set for the property if no specific value is assigned.

Last updated