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