Toggle

Use toggle buttons in the Custom UI widget

Input combo type toggle

Displays a toggle button that can be set to either the on or off state.

Usage example

Properties

  • id: Unique identifier to access this field's data

  • label: Header text

  • description: Short descriptive text

  • shape: Used to align the label and the input field. Allowed values:

    • compactVertical

    • wideVertical

    • wideHorizontal

  • value: Sets either true or false as the default value.

Last updated

Was this helpful?