We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685771 commit 618e9d5Copy full SHA for 618e9d5
README.md
@@ -57,7 +57,7 @@ class Form extends React.Component {
57
<textarea type="text" name="bio" onChange={this.inputHandler} />
58
59
<label> Are you a developer?</label>
60
- <input type="checkbox" name="developer" value="yes" />
+ <input type="checkbox" name="developer" value="yes" onChange={this.inputHandler} />
61
62
<button onClick={this.handleSubmit}>Submit</button>
63
</form>
0 commit comments