You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, you've misunderstood. The point is that the default value of toggles is true. So removing the attribute leaves it at its default value, true. And because you cannot set HTML attributes to false, there appears to be no way to set toggles to false in markup.
As the documentation says the default value is true, I assume this is a bug unless I'm misunderstanding something.
The documentation for
paper-checkbox
says that thetoggles
flag has a default of false, however this does not appear to be the case:https://github.com/PolymerElements/iron-checked-element-behavior/blob/master/iron-checked-element-behavior.html#L52
Due to Polymer/polymer#1812 it is impossible to use the following markup to clear the
toggles
flag:What is the recommended way to set this property in markup?
The text was updated successfully, but these errors were encountered: