The following form is loaded in a browser and submitted, with the checkbox activated:
<form method="post">
<input type="checkbox" name="accept" />
In the server-side PHP code to deal with the form data, what is the value of $_POST['accept'] ?
accept
ok
true
on
Submit