Material Design Lite - Checkbox
home
Run
screen_rotation
fullscreen
cloud_download
navigate_before
<html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.indigo-pink.min.css"> <script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script> </head> <body> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer"> <label for="myId" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect"> <input type="checkbox" id="myId" class="mdl-checkbox__input" disabled> <span class="mdl-checkbox__label">Enable Fullscreen(Disabled)</span> </label> </div> </body> </html>
<html> <head> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> <link rel="stylesheet" href="https://code.getmdl.io/1.1.1/material.indigo-pink.min.css"> <script defer src="https://code.getmdl.io/1.1.1/material.min.js"></script> </head> <body> <div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer"> <label for="myId" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect"> <input type="checkbox" id="myId" class="mdl-checkbox__input" disabled> <span class="mdl-checkbox__label">Enable Fullscreen(Disabled)</span> </label> </div> </body> </html>
Copyrights@tutorialsplane.com