Skip to main content

3 docs tagged with "boolean"

View all tags

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.

CheckboxVariable

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.

YesNoVariable

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.