.. include:: /Includes.rst.txt

formEditor.editors.300
----------------------

:aspect:`Option path`
      prototypes.<prototypeIdentifier>.formElementsDefinition.MultiCheckbox.formEditor.editors.300

:aspect:`Data type`
      array/ :ref:`[PropertyGridEditor] <prototypes.prototypeIdentifier.formelementsdefinition.formelementtypeidentifier.formeditor.editors.*.propertygrideditor>`

:aspect:`Needed by`
      Backend (form editor)

:aspect:`Mandatory`
      Recommended

.. :aspect:`Related options`
      @ToDo

:aspect:`Default value (for prototype 'standard')`
      .. code-block:: yaml
         :linenos:
         :emphasize-lines: 4-

         MultiCheckbox:
           formEditor:
             editors:
               300:
                 identifier: options
                 templateName: Inspector-PropertyGridEditor
                 label: formEditor.elements.SelectionMixin.editor.options.label
                 propertyPath: properties.options
                 isSortable: true
                 enableAddRow: true
                 enableDeleteRow: true
                 removeLastAvailableRowFlashMessageTitle: formEditor.elements.SelectionMixin.editor.options.removeLastAvailableRowFlashMessageTitle
                 removeLastAvailableRowFlashMessageMessage: formEditor.elements.SelectionMixin.editor.options.removeLastAvailableRowFlashMessageMessage
                 multiSelection: true
