SyntaxFix
Write A Post
Hire A Developer
Questions
To get the checked state of your checkbox the path would be:
this.refs.complete.state.checked
The alternative is to get it from the event passed into the handleChange method:
handleChange
event.target.checked