Versions Compared

Key

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

...

Info

This checkbox field definition is part of the Magnolia 6 UI framework. The fully qualified class name is info.magnolia.ui.field.CheckBoxFieldDefinition.

If you work with the Magnolia 5 UI framework, see Checkbox field for Magnolia 5 UI instead.

Table of Contents

Example checkbox field definition

Code Block
languageyml
checkbox:
  $type: checkBoxField
  label: Show title
  buttonLabel: Select to display title

Checkbox field properties

buttonLabel

optional

Label displayed to the right of the checkbox.

(warning) The property is optional in the sense that if you do not want to have the label rendered at all, you have to set an empty string as its value (either in the YAML configuration or in a message bundle).

...