Let's say I have an HTML form with various fields and a checkbox. After checking the checkbox the user submits the form (checkbox database in value becomes true). After the submit I made it so the checkbox becomes disabled.
Later on the user enters the form again and makes other changes to the form, except from the checkbox (that he can't use cause it's gray). What happens if he submits? Does the checkbox value change in the database to a default value (true or false) because it's disabled or does it retain the value from the first submission.