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


:Related Tag: :ref:`Field`

----

Examples
--------

Example to generate a FieldSet::

    {% UIFieldSet Standard {sLegend: "iTop environment"} %}
        {% UIField ... %}
        ...
    {% EndUIFieldSet %}

The result:

.. image:: /manual/Component/FieldSet/FieldSet-explained.png

