Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
events.on(child, checkbox.events.checked, function() {
panel.updateSetting(child.get('string:setting'), child.get('checked'));
});
});