getFormElements

Returns the list of form elements that visually represent this field. Each FormElement is associated with a single parent field, but a field can have multiple form elements (e.g., a radio button group has multiple radio button elements).

Return

An unmodifiable list of child form elements, or an empty list if none exist.