kc-switch.html 523 B

123456789101112
  1. <span>
  2. <div class='onoffswitch' tabindex='0'>
  3. <input type='checkbox' ng-model='ngModel' class='onoffswitch-checkbox' name='{{name}}' id='{{id}}'>
  4. <label for='{{id}}' class='onoffswitch-label'>
  5. <span class='onoffswitch-inner'>
  6. <span class='onoffswitch-active'>{{kcOnText}}</span>
  7. <span class='onoffswitch-inactive'>{{kcOffText}}</span>
  8. </span>
  9. <span class='onoffswitch-switch'></span>
  10. </label>
  11. </div>
  12. </span>