json['value'] = $this->value();
$this->json['link'] = $this->get_link();
$this->json['choices'] = $this->choices;
$this->json['id'] = $this->id;
}
public function enqueue() {
wp_enqueue_script( 'kirki-radio', trailingslashit( kirki_url() ) . 'includes/controls/radio/script.js', array( 'jquery' ) );
}
protected function content_template() { ?>
<# if ( ! data.choices ) { return; } #>
<# if ( data.label ) { #>
{{ data.label }}
<# } #>
<# if ( data.description ) { #>
{{ data.description }}
<# } #>
<# for ( key in data.choices ) { #>
<# } #>