Introduction
Bindings let your app keep data and the user interface in sync automatically. When the user changes something, the data updates, and when the data changes, the interface updates.
You want a form input to update a variable as the user types.
You want a slider to change a value and show the new value instantly.
You want to keep a checkbox state and a variable linked together.
You want to reflect changes in data immediately in the UI without extra code.