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
To interact with the box you need to update the state for the checkbox once you change it. And to have a default setting you can use defaultChecked.
defaultChecked
An example: