Учитывая атрибут с разметкой этого типа:
<label r4e-toggle="" class="sm ng-scope ng-isolate-scope r4e-toggle"
ng-attr-disabled="{{audit.profileOptedOut || undefined}}"
tooltip="Opted In"
ng-if="audit.source.listing.correctable && audit.hasListingCorrecting">
<input type="checkbox" ng-model="audit.optedOut" ng-true-value="false"
ng-false-value="true" ng-click="location.optOutAudit($index, audit)"
ng-disabled="location.optOutDisabled"
class="ng-pristine ng-untouched ng-valid">
<span class="slider"></span>
</label>
как мне ссылаться на него с помощью пустого «r4e-toggle»?
Как это выглядит в Google Devинструменты: