-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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 color
attribute to checkbox
#947
Comments
Same for me. I am not able to change color/styles tried to change overriding color matrix in core ... No luck |
I suspect this is as designed according to Google Material Design spec. Although I do disagree with this. Need to check specs. |
color
attribute to checkbox
The checkbox simply doesn't have this feature yet. |
@jelbourn do we have an ETA ? |
I figured out a hack for now by making a theme. https://github.com/angular/material2/blob/master/docs/theming.md
Here is the full file to give better idea. Stuff at the end basically.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Bug, feature request, or proposal:
How do I bind the color of the checkbox widget, it does not appear to work and is stuck on accent color ?
What is the expected behavior?
to be able to bind the color property to the something in the parent component
What is the current behavior?
stuck on accent color
What are the steps to reproduce?
try and bind the color to something other other than accent
Providing a Plunker (or similar) is the best way to get the team to see your issue.
Plunker template: http://plnkr.co/edit/o077B6uEiiIgkC0S06dd
What is the use-case or motivation for changing an existing behavior?
Which versions of Angular, Material, OS, browsers are affected?
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: