Closed
Description
Current Situation
In ReactJS, event.target.checked
would exist for checkboxes. However, this does not appear to be the case for ReactPy.
See the example in the docs for a scenario that should have worked.
Proposed Actions
Determine why our client side event handler isn't propagating the entire target context to the server.