I was making something in React that had a controlled form that involved a text field, a drop-down, and some checkboxes. The documentation: Forms - React
HTML form elements work a little bit differently from other DOM elements in React, because form elements naturally keep…reactjs.org Is pretty good and thorough for most things and has a bit of information in the multiple-inputs part of the article, but didn’t really go into accepting…