I\'m using checkbox of angular-material2. Currently the default color of checkbox is coming as purple color. Looks like they have changed default color of checkbox from
With beta.2 of Angular Material, the color attribute should work.
color
There were some issues with it before beta.2
See the commit that fixed that issue.