v0.8.4: Make checked a notify property
As it stands, you have to bind with a custom event: <paper-checkbox checked="{{myVal::iron-change}}"></paper-checkbox> I understand having to do that with native elements, but this seems like it should work with just: <paper-checkbox checked="{{myVal}}"></paper-checkbox>