Can an HTML checkbox value hold a boolean instead of a string?
HTML Input values hold strings.
For example: This holds the string "yes".
<input type="checkbox" name="checkThis" value="yes">
However for checkboxes