Created
January 18, 2016 02:24
-
-
Save sbruner/f0d1bcab5a22418a5255 to your computer and use it in GitHub Desktop.
Piklist: field: radio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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