field-set

Groups a set of fields together for display purposes in CUE. The style attribute specifies the method to be used to group the fields. The field-set may optionally have a child label element. If present it is displayed as a title for the group.

Syntax
<field-set
    style="(box)"
  >
  <label>...</label>?
  (<ct:field/>|<ct:field-group/>)+
</field-set>
Attributes
style="(box)"

The graphical method to be used to group the fields in the field-set.

Allowed values are:

box

The fields in the field-set are grouped by enclosing them in a box, making them look similar to a complex field.