Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Example checkbox field definition

Code Block
languageyml
form:
  tabscheckbox:
    - name: tabtitle
      label: Title
      fields:
        - name: showTitle
          fieldType$type: checkbox
        checkBoxField
  label: Show title
          buttonLabelbuttonLabel: Select to display title

...