.. include:: /Includes.rst.txt .. _columns-select-rendertype-selectCheckBox: ======================= select (selectCheckBox) ======================= This page describes the :ref:`select ` type with renderType='selectCheckBox'. Render the list of values as single check box rows in a table. Multiple items can be selected. .. contents:: Table of contents: :local: :depth: 1 Example ======= .. figure:: ../../Images/TypeSelectStyleguideCheckbox3.png :alt: Select values from a checkbox list (select_checkbox_3) :class: with-shadow Select values from a checkbox list (select_checkbox_3) .. code-block:: php 'select_checkbox_3' => [ 'label' => 'select_checkbox_3 icons, description', 'config' => [ 'type' => 'select', 'renderType' => 'selectCheckBox', 'items' => [ ['foo 1', 1, '', 'optional description'], ['foo 2', 2, 'EXT:styleguide/Resources/Public/Icons/tx_styleguide.svg', 'description'], ['foo 3', 3, 'EXT:styleguide/Resources/Public/Icons/tx_styleguide.svg'], ['foo 4', 4], ], ], ], Properties ========== .. contents:: :local: :depth: 1 allowNonIdValues ---------------- .. include:: ../Properties/SelectAllowNonIdValues.rst.txt authMode -------- .. include:: ../Properties/SelectAuthMode.rst.txt authMode\_enforce ----------------- .. include:: ../Properties/SelectAuthModeEnforce.rst.txt behaviour --------- .. include:: ../Properties/CommonBehaviour.rst.txt behaviour => allowLanguageSynchronization ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../Behaviour/CommonAllowLanguageSynchronization.rst.txt default ------- .. include:: ../Properties/SelectDefault.rst.txt disableNoMatchingValueElement ----------------------------- .. include:: ../Properties/SelectDisableNonMatchingValueElement.rst.txt dontRemapTablesOnCopy --------------------- .. include:: ../Properties/CommonDontRemapTablesOnCopy.rst.txt exclusiveKeys ------------- .. include:: ../Properties/SelectExclusiveKeys.rst.txt fieldInformation ---------------- .. include:: ../Properties/CommonFieldInformation.rst.txt fieldWizard ----------- .. include:: ../Properties/CommonFieldWizard.rst.txt The following fieldWizards are available for this renderType: .. contents:: :local: :depth: 1 fieldWizard => defaultLanguageDifferences ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/DefaultLanguageDifferences.rst.txt fieldWizard => localizationStateSelector ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/LocalizationStateSelector.rst.txt fieldWizard => otherLanguageContent ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. include:: ../FieldWizard/OtherLanguageContent.rst.txt fileFolder ---------- .. include:: ../Properties/SelectFileFolder.rst.txt fileFolder\_extList ------------------- .. include:: ../Properties/SelectFileFolderExtList.rst.txt fileFolder\_recursions ---------------------- .. include:: ../Properties/SelectFileFolderRecursions.rst.txt foreign\_table -------------- .. include:: ../Properties/SelectForeignTable.rst.txt foreign\_table\_prefix ---------------------- .. include:: ../Properties/SelectForeignTablePrefix.rst.txt foreign\_table\_where --------------------- .. include:: ../Properties/SelectForeignTableWhere.rst.txt items ----- .. include:: ../Properties/SelectItems.rst.txt itemsProcFunc ------------- .. include:: ../Properties/CommonItemsProcFunc.rst.txt localizeReferencesAtParentLocalization -------------------------------------- .. include:: ../Properties/CommonLocalizeReferencesAtParentLocalization.rst.txt maxitems -------- .. include:: ../Properties/CommonMaxitems.rst.txt minitems -------- .. include:: ../Properties/CommonMinitems.rst.txt MM -- .. include:: ../Properties/CommonMm.rst.txt MM\_hasUidField --------------- .. include:: ../Properties/CommonMmHasUidField.rst.txt MM\_insert\_fields ------------------ .. include:: ../Properties/CommonMmInsertFields.rst.txt MM\_match\_fields ----------------- .. include:: ../Properties/CommonMmMatchFields.rst.txt MM\_opposite\_field ------------------- .. include:: ../Properties/CommonOppositeField.rst.txt MM\_oppositeUsage ----------------- .. include:: ../Properties/CommonMmOppositeUsage.rst.txt MM\_table\_where ---------------- .. include:: ../Properties/CommonMmTableWhere.rst.txt multiple -------- .. include:: ../Properties/CommonMultiple.rst.txt readOnly -------- .. include:: ../Properties/CommonReadOnly.rst.txt size ---- .. include:: ../Properties/CommonSize.rst.txt special ------- .. include:: ../Properties/SelectSpecial.rst.txt