'type' => 'radio'
piklist('field', array(
'type' => 'radio',
'field' => 'my_radio',
'label' => 'Radio',
'choices' => array(
'first' => 'First Choice',
'second' => 'Second Choice',
'third' => 'Third Choice'
)
));
This documentation is a community effort. Please create an issue or pull request to help!