formbound
Formbound is a term used in software development to describe a pattern or characteristic whereby user interface forms are bound to a data model or form schema, so changes in the UI and underlying data state are kept in sync automatically.
Etymology and usage: The word is a contraction of form and bound, and has emerged in developer
Core features: Form-bound systems typically employ bindings that propagate input values to a model and update
Examples and scope: The form-bound pattern appears in web application development, desktop applications, and mobile apps
Criticism and best practices: While form-bound approaches can reduce boilerplate and improve consistency, they can also