Skip to content

Instantly share code, notes, and snippets.

@SamFleming
Created August 14, 2012 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamFleming/3350252 to your computer and use it in GitHub Desktop.
Save SamFleming/3350252 to your computer and use it in GitHub Desktop.
CakePHP custom checkbox values
<?php
echo $this->Form->checkbox('FIELD', array('value' => 'Checkbox checked', 'hiddenField' => 'Checkbox HAS NOT been checked'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment