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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -