Sindbad~EG File Manager

Current Path : /home/xiedrke/malino/wp-content/plugins/trendz-plus/customizer/controls/switch/
Upload File :
Current File : /home/xiedrke/malino/wp-content/plugins/trendz-plus/customizer/controls/switch/switch.js

wp.customize.controlConstructor['wdt-switch'] = wp.customize.Control.extend({
	ready: function() {
		var control = this,
			checkboxValue = control.setting._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