This markup:
<uif-toggle uif-label-off="Label off" uif-label-on="Label on" ng-model="toggled"/>
Renders this:
Toggled: {{toggled}}
This markup:
<uif-label>Toggle Control</uif-label>
<uif-toggle uif-label-off="Label off" uif-label-on="Label on" uif-text-location="left"/>
Renders this:
Toggle Control
This markup:
<uif-toggle uif-label-off="No" uif-label-on="Yes" ng-model="toggled">Toggle this, or not</uif-toggle>
Renders this:
Toggle this, or not
This markup:
<uif-toggle uif-label-off="Label off" uif-label-on="Label on" ng-disabled="disabled"/>
Renders this:
Disabled