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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

Simple file compression in C -

php - Sorting an multidimension array using usort fails -