salix/client/core/src/switch/switch.mdl.html

4 lines
194 B
HTML
Raw Normal View History

<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
<input type="checkbox" class="*[className]*" ng-model="*[model]*">
<span class="mdl-switch__label">*[label]*</span>
</label>