| Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/ |
| Current File : /var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/Check.rst |
.. include:: ../../Includes.txt .. _fields-check: Check ===== .. figure:: ../../Images/FieldTypes/Check.svg :alt: Check :class: float-left :width: 64px One or more checkboxes. .. rst-class:: clear-both .. code-block:: php 'type' => 'check' .. figure:: ../../Images/FieldTypes/CheckPreview.png :alt: Check field :class: with-border Check field Available TCA options --------------------- * :ref:`config.renderType <t3tca:columns-check>` * :ref:`l10n_mode <t3tca:columns-properties-l10n-mode>` * :ref:`config.behaviour.allowLanguageSynchronization <t3tca:tca_property_behaviour_allowLanguageSynchronization>` * :ref:`config.items <t3tca:columns-check-properties-items>` * :ref:`config.default <t3tca:columns-check-properties-default>` * :ref:`config.cols <t3tca:columns-check-properties-cols>` See a complete overview of Check TCA options in the :ref:`official documentation <t3tca:columns-check>`.