<!-- Instructions: https://github.com/PolymerElements/paper-checkbox/CONTRIBUTING.md#filing-issues --> ### Description Default value for "checked" attribute is undefined, but documentation says it's "false". This is important, because when checked=undefined, and invalid=true, this function https://github.com/PolymerElements/paper-checkbox/blob/master/paper-checkbox.html#L230 is not called and .invalid class is not set on the checkbox. ### Expected outcome Default value for checked attribute should be false When I set invalid to true, checkbox should get .invalid class. ### Actual outcome Default value for checked attribute is undefined When I set invalid to true, checkbox does not get .invalid class.
Description
Default value for "checked" attribute is undefined, but documentation says it's "false".
This is important, because when checked=undefined, and invalid=true, this function
https://github.com/PolymerElements/paper-checkbox/blob/master/paper-checkbox.html#L230
is not called and .invalid class is not set on the checkbox.
Expected outcome
Default value for checked attribute should be false
When I set invalid to true, checkbox should get .invalid class.
Actual outcome
Default value for checked attribute is undefined
When I set invalid to true, checkbox does not get .invalid class.