Skip to content

Instantly share code, notes, and snippets.

@sbruner
Created January 18, 2016 02:24
Show Gist options
  • Save sbruner/f0d1bcab5a22418a5255 to your computer and use it in GitHub Desktop.
Save sbruner/f0d1bcab5a22418a5255 to your computer and use it in GitHub Desktop.
Piklist: field: radio
<?php
piklist('field', array(
'type' => 'radio',
'field' => 'my_radio',
'label' => 'Radio',
'choices' => array(
'first' => 'First Choice',
,'second' => 'Second Choice',
,'third' => 'Third Choice'
)
));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment