Joomla PHP: Checkbox won't uncheck
问题 Making a simple component. If I save a new record with the box checked, it saves fine. If I go back and uncheck a previously checked item it reverts back to checked. I thought it had something to do with a hidden field, played with putting one of those in manually but that didn't fix it either so took it out. Here's where I'm at: An xml snippet: <fieldset name="checks"> <field name="checkbox1" type="checkbox" label="First Checkbox" value="1" filter="intval" /> <field name="checkbox2" type=