Introduction
Two-way binding lets your form inputs and your app data stay in sync automatically. When you change the input, the data updates, and when the data changes, the input updates.
You want to update a variable as the user types in a text box.
You want to show the current value of a variable inside a form input.
You want to keep form data and your app state connected without writing extra code.
You want to build interactive forms that react instantly to user input.