Changing of Values
Learn how states are modified and controlled in various HTML elements.
We'll cover the following...
If a value is modified, as is the case with text inputs and radio buttons, the corresponding React state is set to the value provided by the user, triggered by the onChange
...