enqueue(); } public $type = 'checkbox-multiple'; public function enqueue() { if (!wp_script_is('aemi-checkbox-multiple','enqueue')) { wp_enqueue_script( 'aemi-checkbox-multiple', trailingslashit( get_template_directory_uri() ) . 'inc/customizer/custom-controls/js/checkbox-multiple.js', array( 'jquery' ) ); aemi_defer_scripts(['aemi-checkbox-multiple']); } } public function render_content() { if ( empty( $this->choices ) ) return; ?> label ) ) : ?> label ); ?> description ) ) : ?> description; ?> value() ) ? explode( ',', $this->value() ) : $this->value(); ?>