- click Group
- DESYNC: notice that Group is unchecked and true
- modify template to bind the action
on="change" - click Foo
- notice that Group is checked and true
- click Group
- DESYNC: notice that Group is unchecked and true
bind to the default action and wrap the inside of toggleGroup inside Ember.run.next.