angular-autoFields-bootstrap
angular-autoFields-bootstrap copied to clipboard
CSS classes
Hi guys!
How do I replace a css class for a specific field?
I want to change the label color for a checkbox.
Thabk you!
Hey @fuzzball1980, there actually isn't a great way to do this right now, but you could fairly easily create a mutator so that you could have a field property like class
that the mutator would look for and add to the fieldContainer
.
Thank you!