Radio buttons
Example configuration
...
array(
'title' => 'My radio field title',
'id' => 'radio-option',
'desc' => 'Short description for the field',
'tab' => 'main',
'type' => 'radio',
'choices' => ['First label', 'Second label', 'Third label']
),
...
checked and disabled
checked and disabled
Params
Last updated