Hocam teşekkür ederim.


CSF::createSection( $prefix, array(
'title' => 'Üst Bar',
'icon' => 'fa fa-bars',
'fields' => array(

//
// A text field
//
array(
'id' => 'ustbar',
'type' => 'switcher',
'title' => 'Üst Bar',
),

array(
'id' => 'ustbar_ackapa',
'type' => 'button_set',
'title' => 'Üst Bar',
'options' => array(
'enabled' => 'Açık',
'disabled' => 'Kapalı',
),
'default' => 'enabled'
),