salix/front/core/components/switch/switch.html

4 lines
217 B
HTML
Raw Normal View History

<label class="mdl-switch mdl-js-switch mdl-js-ripple-effect">
2017-03-01 09:48:27 +00:00
<input type="checkbox" class="*[className]*" ng-model="*[model]*" ng-change="*[change]*">
<span class="mdl-switch__label">*[label]*</span>
</label>