Skip to content

Instantly share code, notes, and snippets.

@hubertusanton
Created September 3, 2013 16:29
Show Gist options
  • Save hubertusanton/6426203 to your computer and use it in GitHub Desktop.
Save hubertusanton/6426203 to your computer and use it in GitHub Desktop.
nicer checkboxfield
$form_checkboxfield =
CheckboxField::create('ShowForm', 'Formulier tonen')
->setFieldHolderTemplate('FormField_holder_small')
->setRightTitle('Formulier tonen');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment