Checkbox is selected but is returning false in code behind
I have a checkbox in a form. When I click the only button on the form, it calls a JS function. I put some logic in the function that alerts me if the checkbox is selected. If the checkbox is selected, it comes back true. Otherwise it comes back false. The JS alert works perfectly as intended.