BooleanColumn
Defines a true/false column rendered as a checkbox on forms. Use defaultValue to set the initial checked state when a new record is created.
Defines a true/false column rendered as a checkbox on forms. Use defaultValue to set the initial checked state when a new record is created.
Creates a checkbox (boolean) variable for service catalog forms. Use for yes/no or on/off toggles. Add a CheckboxVariable to a CatalogItem or VariableSet via the variables property.
Creates a Yes/No dropdown variable for service catalog forms. Use when the user must explicitly choose between Yes and No (unlike a checkbox which defaults to unchecked). Add a YesNoVariable to a CatalogItem or VariableSet via the variables property.