Hi,
I have a form that sends data to the controller save data in the database. The form is not using a model. On the form I have a checkbox. When the checkbox is checked or unchecked and the form is submitted to the controller, the checkbox parameter passed to the controller has a null value.
What do I need to do to send the bool value from the checkbox to the controller?