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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
To be as usable as a native checkbox input, paper-checkbox should support the indeterminate property, as in the state when the value is neither true or false, which is visually commonly indicated with a dash inside the checkbox element.
The state is needed for instance in a data table with a “select all” feature, where the checkbox that toggles the selection of all/no items should indicate if there are some items selected in the table.
The text was updated successfully, but these errors were encountered:
We've had an in depth discussion about this on this thread as to why this shouldn't be a property of the checkbox, but a separate element in itself: #33
To be as usable as a native checkbox input, paper-checkbox should support the
indeterminate
property, as in the state when the value is neither true or false, which is visually commonly indicated with a dash inside the checkbox element.Example of a native checkbox input in the indeterminate state
The state is needed for instance in a data table with a “select all” feature, where the checkbox that toggles the selection of all/no items should indicate if there are some items selected in the table.
The text was updated successfully, but these errors were encountered: