Button group
Example configuration
...
array(
'title' => 'My button group title',
'id' => 'button-group-option',
'desc' => 'Short description for the field',
'place' => array(
'page' => 'my-options-page',
'tab' => 'main',
),
'type' => 'button_group',
'choices' => ['First label', 'Second label', 'Third label']
),
...
checked and disabled
checked and disabled
Params
Name
Type
Description
Last updated