'select', 'settings' => 'page_sidebar', 'label' => esc_html__( 'Page Sidebar Position', 'borax' ), 'section' => 'page_section', 'default' => '1', 'choices' => array( '1' => esc_html__('Full Width','borax'), '2' => esc_html__('Left Sidebar','borax'), '3' => esc_html__('Right Sidebar','borax'), ), ); $fields[]= array( 'type' => 'switch', 'settings' => 'page_header_option', 'label' => esc_html__( 'Page Header Options', 'borax' ), 'section' => 'page_section', 'default' => true, 'choices' => array( 'on' => esc_html__( 'Enable', 'borax' ), 'off' => esc_html__( 'Disable', 'borax' ), ), );