choices = ( empty( $this->choices ) || ! is_array( $this->choices ) ) ? array() : $this->choices; $this->choices['on'] = ( isset( $this->choices['on'] ) ) ? $this->choices['on'] : $i18n['on']; $this->choices['off'] = ( isset( $this->choices['off'] ) ) ? $this->choices['off'] : $i18n['off']; $this->choices['round'] = ( isset( $this->choices['round'] ) ) ? $this->choices['round'] : false; $this->json['id'] = $this->id; $this->json['value'] = $this->value(); $this->json['choices'] = $this->choices; $this->json['link'] = $this->get_link(); } protected function content_template() { ?>