vitalets / angular-xeditable

Edit in place for AngularJS
http://vitalets.github.io/angular-xeditable
MIT License
1.91k stars 403 forks source link

Checkbox as FontAwesome icons instead of input? #686

Closed nnickd closed 7 years ago

nnickd commented 7 years ago

Is there an easy way to go about using icons that change state based on the model as opposed to using the input element?

ckosloski commented 7 years ago

Isn't it just a matter of css?

See if this link helps.

nnickd commented 7 years ago

This helps, thanks!