Checkbox inputs when form is submitted send "on" string to the server rather than "true". Supporting that could simplify forking with checkboxes in HTML forms. Right now I have to use string and compare it with "on" which is not what I want to do ideally.
Checkbox inputs when form is submitted send "on" string to the server rather than "true". Supporting that could simplify forking with checkboxes in HTML forms. Right now I have to use string and compare it with "on" which is not what I want to do ideally.