Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $form['checkboxes'] = [
  2. '#type' => 'checkboxes',
  3. '#options' => [
  4. 0 => '0',
  5. 1 => '',
  6. 2 => ' ',
  7. 'other' => 'other',
  8. ],
  9. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement