Skip to content

Instantly share code, notes, and snippets.

@damianoporta
Created July 30, 2014 10:30
Show Gist options
  • Save damianoporta/6753d0e7696fbfcb0f12 to your computer and use it in GitHub Desktop.
Save damianoporta/6753d0e7696fbfcb0f12 to your computer and use it in GitHub Desktop.
<?php
echo $this->Form->input('PricelistServices.' . $service['id'], array(
'type' => 'checkbox',
'label' => $service['description'],
'hiddenField' => false
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment