.. 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 ` * :ref:`l10n_mode ` * :ref:`config.behaviour.allowLanguageSynchronization ` * :ref:`config.items ` * :ref:`config.default ` * :ref:`config.cols ` See a complete overview of Check TCA options in the :ref:`official documentation `.