Your IP : 216.73.217.95


Current Path : /var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/
Upload File :
Current File : //var/www/surf/TYPO3/vendor/mask/mask/Documentation/Fieldtypes/Type/Radio.rst

.. include:: ../../Includes.txt

.. _fields-radio:

Radiobutton
===========

.. figure:: ../../Images/FieldTypes/Radio.svg
   :alt: Radio
   :class: float-left
   :width: 64px

One or more radiobuttons.

.. rst-class::  clear-both

.. code-block:: php

   'type' => 'radio'

.. figure:: ../../Images/FieldTypes/RadioPreview.png
   :alt: Radio field
   :class: with-border

   Radio field

Available TCA options
---------------------

*  :ref:`config.items <t3tca:columns-radio-properties-items>`
*  :ref:`config.default <t3tca:tca_property_default>`
*  :ref:`l10n_mode <t3tca:columns-properties-l10n-mode>`
*  :ref:`config.behaviour.allowLanguageSynchronization <t3tca:tca_property_behaviour_allowLanguageSynchronization>`

See a complete overview of Radio TCA options in the :ref:`official documentation <t3tca:columns-radio>`.