Spatially closer elements are perceived as belonging to the same group
The Gestalt law of proximity states that elements placed near each other are automatically grouped together by the viewer, regardless of their shape or colour. Spatial distance is the strongest and fastest grouping cue — it takes priority over similarity in most cases. In interface design this means: related controls should be clustered tightly; unrelated groups need a visible gap (or a border). The common failure mode is laying out form fields in a regular grid where proximity accidentally groups unrelated fields; white-space alone can fix this without any visible divider.
Examples
Girl Scouts logo — three faces clustered tightly read as one emblem. A form with ‘Name / Email’ close together and ‘Submit’ separated by a gap signals two phases of interaction.
Assessment
Take a form layout with poor spacing and redraw it using proximity alone (no colour or borders) so that related fields are clearly grouped. Then identify which Gestalt law you exploited.