I have a php add page that grabs all the posted variables and their input names. Now everything works fine except that when i go to update a page and "uncheck" a checkbox and send it over to the edit page im guessing html does not see an unchecked checkbox as having a value so it does not post it under the form method. Is there any check to set or check the on or off state of a checkbox or is there a value i can set in the input to make it have a value being off?