Optionalhidden?: falseIndicates whether the field is hidden (cannot be true when selectionRequired is true)
OptionalreadOnly?: falseIndicates whether the field is read-only (cannot be true when selectionRequired is true)
Indicates whether the checkbox must be selected (cannot be true when hidden or readOnly is true)
Optionalhidden?: booleanIndicates whether the field is hidden
OptionalreadOnly?: booleanIndicates whether the field is read-only
OptionalselectionRequired?: falseIndicates whether the checkbox must be selected (cannot be true when hidden or readOnly is true)
Configuration type for checkbox variables Note: selectionRequired cannot be true when hidden or readOnly is true, and vice versa