awesome checkbox

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"/> <link rel="stylesheet" href="css/style.css"/> <title>Document</title> </head> <body> <label class="toggle-lbl" for="toggle"> <input class="toggle-input" id="toggle" type="checkbox"/><span class="toggle-btn"></span> </label> <script src="js/script.js"></script> </body> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.