event["target"]
value for radio input and checkboxes is always 'on'
#1188
Labels
event["target"]
value for radio input and checkboxes is always 'on'
#1188
Current Situation
The
value
for any serialized checkbox or radio button is alwayson
when viewed within anevent["target"]
. This effectively makes them unusable within a form'son_submit
event.Proposed Actions
Fix how we serialize these input fields, and look for any other outliers that might exist.
The text was updated successfully, but these errors were encountered: