materialize switch

Solutions on MaxInterview for materialize switch by the best coders in the world

showing results for - "materialize switch"
Lance
06 Oct 2017
1
2  <!-- Switch -->
3  <div class="switch">
4    <label>
5      Off
6      <input type="checkbox">
7      <span class="lever"></span>
8      On
9    </label>
10  </div>
11
12  <!-- Disabled Switch -->
13  <div class="switch">
14    <label>
15      Off
16      <input disabled type="checkbox">
17      <span class="lever"></span>
18      On
19    </label>
20  </div>
21        
similar questions
materialize box