Sindbad~EG File Manager

Current Path : /home/dtconseimw/www.old/wp-content/themes/mesmerize/customizer/kirki/assets/js/controls/
Upload File :
Current File : /home/dtconseimw/www.old/wp-content/themes/mesmerize/customizer/kirki/assets/js/controls/switch.js

wp.customize.controlConstructor['kirki-switch'] = wp.customize.Control.extend({

	ready: function() {

		'use strict';

		var control       = this,
		    checkboxValue = control.setting._value;

		// Save the value
		this.container.on( 'change', 'input', function() {
			checkboxValue = ( jQuery( this ).is( ':checked' ) ) ? true : false;
			control.setting.set( checkboxValue );
		});

	}

});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists