Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants