-
Notifications
You must be signed in to change notification settings - Fork 3.4k
feat(mdCheckbox): Add indeterminate state #1912
Comments
If anyone doesn't know what this is have a look below https://css-tricks.com/indeterminate-checkboxes/ Also +1 I will need this soon. |
We have passed this question along to the UX team and will report back. |
I'm still unclear what the use-case for this would be, and the native versions can only be added with JavaScript (not HTML attributes). That said, I think a line icon just like the Chrome version would communicate effectively. |
Use-case: a select-all check box which is checked whem all children are
|
@marcysutton My use case would be for user specific permissions. Specifically for overriding defaults from a users role. The indeterminate state would be used to default to the parent role for each permission. |
Cool! thanks for your replies, those help. |
The UX Material team is adding this feature to the specification. |
Thanks! |
+1 http://www.google.com/design/spec/components/data-tables.html#data-tables-interaction |
+1 |
@ThomasBurleson PRs welcome?
I know |
+1 |
1 similar comment
+1 |
SHA 2776ad2 |
I just replaced a native checkbox with mdCheckbox and realised it doesn't have an indeterminate state.
The text was updated successfully, but these errors were encountered: