Skip to main content

Group


The Group element creates a structured container for child components. It displays as a static layout block and does not accept user input. Use this element to maintain consistent structure across forms or wizard steps. Group supports nested components and propagates events triggered by its children.

Properties

PropertyValueDescription
TypeGroupUI component type
GroupBoxPart of the "Box" container group
Identifier22Unique element ID
PreviewSee image preview above
Read-onlyYDisplays statically without accepting input
ChildrenYSupports nested fields, links, and buttons
EventYSupports trigger or change propagation
ValueNot a value-based field
MandatoryOptional element
ErrorNo validation logic
MinNo minimum constraint
MaxNo maximum constraint
ListNot a list-based container
Text, IconDoes not include text or icon elements
ShadeNo shaded background

Usage Example

<Group>
<Edit label="Visit Summary" />
<Spacer />
<Link label="Edit" />
</Group>

SDK Integration

The Visit Took Place flow uses this element in sections such as summary, charges, and documents.

Method: /account/reset-password

This route completes the post-visit workflow. Group elements organize editable fields, upload controls, and metadata blocks.


Example UI Placement

LevelIDTypeDescription
2summary-group~0GroupOrganizes visit summary fields
2charge-group~0GroupContains editable charge entries
2discount-groupGroupIncludes discount-related fields
2document-group~0GroupWraps uploaded medical documents

Notes

  • Use groups to enforce consistent layout and modular screen design
  • Combine with Section, Spacer, and Bar elements
  • Group supports interactive child components, but does not accept direct input