SyntaxFix
Write A Post
Hire A Developer
Questions
What you could do is use ng-repeat passing in the value of whatever you're iterating on to the ng-checked and from there utilising ng-class to apply your styles depending on the result.
ng-repeat
ng-checked
ng-class
I did something similar recently and it worked for me.