Checkbox
A checkbox, which knows the states activated/enabled (true) and deactivated/disabled (false).
Checkboxes are only used in the Modules area for the email activation of users (create a mailbox) and groups (create a distribution group) in Exchange.
Required
- Type
Optional properties
- Label
- DefaultValue (valid values for checkboxes are only true or false)
Example
"Name": "createdistributiongroup",
"Definition": {
  "Type": "Checkbox",
  "DefaultValue": true,
  "Label": "Create distribution group",
}