I\'m having trouble to update the checkbox state after it\'s assigned with default value checked="checked" in React.
checked="checked"
var rCheck = React
Flagged Un Flagged
handleInputChange(event){ console.log("event",event.target.checked) }
handleInputChange(event){
console.log("event",event.target.checked) }
the Above handle give you the value of true or false upon checked or unChecked