Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Add support for indeterminate state #122

Closed
jouni opened this issue May 25, 2016 · 2 comments
Closed

Add support for indeterminate state #122

jouni opened this issue May 25, 2016 · 2 comments

Comments

@jouni
Copy link

jouni commented May 25, 2016

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.

@notwaldorf
Copy link
Contributor

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

The feature request for a checkable node element is here: PolymerElements/paper-elements#24

@jouni
Copy link
Author

jouni commented May 31, 2016

Ah, sorry about not searching old issues first, my bad. Thanks for the response!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants