this.inherited(arguments); switch(attr){ case "checked": if(this.checked){ dojo.forEach(this._groups[this.name], function(widget){ if(widget != this && widget.checked){ widget.setAttribute('checked', false); } }, this); } }