.. Copyright (C) 2010-2021 Combodo SARL
.. http://opensource.org/licenses/AGPL-3.0


:Related Tag: :ref:`FieldSet`

----

Examples
--------

Example to generate a Field

.. code-block:: twig

    {% UIField Small {sLabel: "Product"} %}
        iTop
    {% EndUIField %}


The result:

.. image:: /manual/Component/Field/Field.png
