'switch', 'label' => esc_html__( 'Show Product Variation Swatches?', 'shopbuilder' ), 'description' => esc_html__( 'Switch on to show product variation swatches.', 'shopbuilder' ), 'label_on' => esc_html__( 'On', 'shopbuilder' ), 'label_off' => esc_html__( 'Off', 'shopbuilder' ), 'default' => 'yes', ]; $extra_controls['show_vs_clear_btn'] = [ 'type' => 'switch', 'label' => esc_html__( 'Show Swatches Clear Button?', 'shopbuilder' ), 'description' => esc_html__( 'Switch on to show product variation swatches clear button.', 'shopbuilder' ), 'label_on' => esc_html__( 'On', 'shopbuilder' ), 'label_off' => esc_html__( 'Off', 'shopbuilder' ), 'condition' => [ 'show_swatches' => [ 'yes' ] ], ]; return Fns::insert_controls( 'show_categories', $fields, $extra_controls, true ); } }