I want to derive the value of a checkbox from a state. When an onclick handler (with preventDefault) changes its own checked state, it does not seem to be applied. This seems like a bug. If it is ...
I'm trying to make a controlled checkbox, and I can't always seem to control the value of the input element with the checked attribute. You should see a checkbox and a button. Clicking the checkbox ...