var propName = event.propertyName var propValue = this[propName]
switch(propName) { case "checked": changeBox(propValue) break; } script>