For inputs with type text it's easy, with onChange() I update the state calling setState() and showing the state on the input through its value attribute. However, for checkboxes and even more for file, I'm totally lost.
Which would be the:
- handler
- property of the event object
- attribute ... for input>checkbox and input>file
Example of input>text
- onChange()
- event.target.value
- value