Grouped Layout

Form with multiple field groups and various field sizes.

How It Works

  1. Wrap fields in group nodes – Use kind: "group" with a title and children array
  2. Use size hints – Set size: "half" or size: "full" to control field widths
  3. Mix component types – Text, textarea, select, radio, and switch all work together

See Group Nodes for all available group properties.

On this page