Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Add indeterminate state #25

Open
grokys opened this issue Mar 26, 2015 · 4 comments
Open

Add indeterminate state #25

grokys opened this issue Mar 26, 2015 · 4 comments

Comments

@grokys
Copy link

grokys commented Mar 26, 2015

Paper checkbox should provide an indeterminate state, as does the standard checkbox. However it would be useful if this indeterminate state could be set from markup (it can only be accessed via script with the standard element).

@marcysutton
Copy link

We have a similar issue open for Angular Material, there actually isn't an indeterminate state in the published design spec: angular/material#1912

@KyNorthstar
Copy link

+1 this is absolutely necessary for "Select All" checkboxes. When some, but not all nor none, of the other boxes are selected, the top checkbox should be indeterminate, like:

☑ Section A
  ☑ option 1
  ☑ option 2
  ☑ option 3
⧅ Section B
  ☑ option 4
  ☐ option 5
  ☑ option 6
☐ Section C
  ☐ option 7
  ☐ option 8
  ☐ option 9

@grokys
Copy link
Author

grokys commented May 21, 2015

@BenLeggiero yes this is what I need it for.

@JulienOrain
Copy link

+1

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

4 participants