Hey friends, I'm looking for assistance on applying a style to (span class = "ui-radiobutton-icon") when the radio button is true. Can anyone help me out? Thank you!
Specifics: Must be done within the HTML structure
<div class="ui-radiobutton ui-widget">
<div class="ui-helper-hidden-accessible">
<input type="radio" name="groupname" value="Masculino" ng-reflect-checked="true">
</div>
<div ng-reflect-ng-class="[object Object]" class="ui-radiobutton-box ui-widget ui-state-default ui-state-active">
<span class="ui-radiobutton-icon fa fa-fw fa-circle" ng-reflect-klass="ui-radiobutton-icon" ng-reflect-ng-class="[object Object]"></span>
</div>
</div>