1
1
<!DOCTYPE html>
2
2
<!--
3
3
* CoreUI - Free Bootstrap Admin Template
4
- * @version v2.0.0-beta.4
4
+ * @version v2.0.0-beta.0
5
5
* @link https://coreui.io
6
6
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
7
7
* Licensed under MIT (https://coreui.io/license)
22
22
< link href ="node_modules/simple-line-icons/css/simple-line-icons.css " rel ="stylesheet ">
23
23
<!-- Main styles for this application-->
24
24
< link href ="css/style.css " rel ="stylesheet ">
25
+ < link href ="vendors/css/pace.min.css " rel ="stylesheet ">
25
26
</ head >
26
27
< body class ="app header-fixed sidebar-fixed aside-menu-fixed sidebar-lg-show ">
27
28
< header class ="app-header navbar ">
@@ -962,10 +963,9 @@ <h6>Settings</h6>
962
963
< small >
963
964
< b > Option 1</ b >
964
965
</ small >
965
- < label class ="switch switch-text switch-pill switch-success switch-sm float-right ">
966
+ < label class ="switch switch-label switch-pill switch-success switch-sm float-right ">
966
967
< input class ="switch-input " type ="checkbox " checked ="">
967
- < span class ="switch-label " data-on ="On " data-off ="Off "> </ span >
968
- < span class ="switch-handle "> </ span >
968
+ < span class ="switch-slider " data-checked ="On " data-unchecked ="Off "> </ span >
969
969
</ label >
970
970
</ div >
971
971
< div >
@@ -977,10 +977,9 @@ <h6>Settings</h6>
977
977
< small >
978
978
< b > Option 2</ b >
979
979
</ small >
980
- < label class ="switch switch-text switch-pill switch-success switch-sm float-right ">
980
+ < label class ="switch switch-label switch-pill switch-success switch-sm float-right ">
981
981
< input class ="switch-input " type ="checkbox ">
982
- < span class ="switch-label " data-on ="On " data-off ="Off "> </ span >
983
- < span class ="switch-handle "> </ span >
982
+ < span class ="switch-slider " data-checked ="On " data-unchecked ="Off "> </ span >
984
983
</ label >
985
984
</ div >
986
985
< div >
@@ -992,10 +991,9 @@ <h6>Settings</h6>
992
991
< small >
993
992
< b > Option 3</ b >
994
993
</ small >
995
- < label class ="switch switch-text switch-pill switch-success switch-sm float-right ">
994
+ < label class ="switch switch-label switch-pill switch-success switch-sm float-right ">
996
995
< input class ="switch-input " type ="checkbox ">
997
- < span class ="switch-label " data-on ="On " data-off ="Off "> </ span >
998
- < span class ="switch-handle "> </ span >
996
+ < span class ="switch-slider " data-checked ="On " data-unchecked ="Off "> </ span >
999
997
</ label >
1000
998
</ div >
1001
999
</ div >
@@ -1004,10 +1002,9 @@ <h6>Settings</h6>
1004
1002
< small >
1005
1003
< b > Option 4</ b >
1006
1004
</ small >
1007
- < label class ="switch switch-text switch-pill switch-success switch-sm float-right ">
1005
+ < label class ="switch switch-label switch-pill switch-success switch-sm float-right ">
1008
1006
< input class ="switch-input " type ="checkbox " checked ="">
1009
- < span class ="switch-label " data-on ="On " data-off ="Off "> </ span >
1010
- < span class ="switch-handle "> </ span >
1007
+ < span class ="switch-slider " data-checked ="On " data-unchecked ="Off "> </ span >
1011
1008
</ label >
1012
1009
</ div >
1013
1010
</ div >
0 commit comments