wp_enqueue_script('my-checkbox-script', plugins_url('/my-checkbox-script.js', __FILE__), array('jquery'), '1.0', true); wp_localize_script('my-checkbox-script', 'ajax ...
//3. If you want disable all the checkboxes but not the checkbox of the product when edit, just add and else put disabled. //this will disable the rest of checkbox except the checkbox that belogns to ...