html - Styling selected AngularUI radio button -
Do anyone know that the appropriate
CSS selector (: checked < / Code>) radio button? I tried "check", "selected", "active", but none of this works for me. I need to find a selector similar to : checked for the HTML radio button. Every useful answer / JSFiddle has been highly appreciated and evaluated.
Thank you.
If you are styling then limit the use to the NG-model: & lt; Input type = "checkbox" ng-model = 'content' ng-class = '{class1: stuff, square 2:! Accessories} '& gt; and add the CSS rule for class 1 and class 2
Comments
Post a Comment