value ) ) ? ' adminify--active' : ''; $text_on = ( ! empty( $this->field['text_on'] ) ) ? $this->field['text_on'] : esc_html__( 'On', 'adminify' ); $text_off = ( ! empty( $this->field['text_off'] ) ) ? $this->field['text_off'] : esc_html__( 'Off', 'adminify' ); $text_width = ( ! empty( $this->field['text_width'] ) ) ? ' style="width: ' . esc_attr( $this->field['text_width'] ) . 'px;"' : ''; echo wp_kses_post( $this->field_before() ); echo '
'; echo '' . wp_kses_post( $text_on ) . ''; echo '' . wp_kses_post( $text_off ) . ''; echo ''; echo 'field_attributes() ) . ' />'; echo '
'; echo ( ! empty( $this->field['label'] ) ) ? '' . wp_kses_post( $this->field['label'] ) . '' : ''; echo wp_kses_post( $this->field_after() ); } } }