Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Custom checkbox"
Bootstrap 3.1.0 Snippet by
sumi9xm
3.1.0
checkbox
Preview
HTML
CSS
View Full Screen
Fork
Fork this
7.4K
 
0 Fav
Post to Facebook
Tweet this
<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="holder"> <table width="100%"> <tr> <td>Include me in the public list</td> <td> <div> <input type="checkbox" /> <span></span> </div> </td> </tr> <tr> <td>Let my friends see my phone number</td> <td> <div> <input type="checkbox" /> <span></span> </div> </td> </tr> <tr> <td>Let my friends see my email address</td> <td> <div> <input type="checkbox" checked="" /> <span></span> </div> </td> </tr> <tr> <td colspan="2"> <input type="submit" value="Save Settings" > </td> </tr> </table> </div> </div> </div>
body{ background: #ecf0f1; font-family:"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; } .holder{ background: #fff; border-radius:5px; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); margin:100px auto; padding:30px 20px 20px; width:400px; } td{ border-bottom:1px solid #f6f6f6; padding:5px 10px; } td:nth-child(2){ text-align: right; width: 40px; } tr:last-child td{ border:none; padding:30px 10px 10px; text-align: center; } input[type=checkbox] { cursor: pointer; height: 30px; margin:4px 0 0; position: absolute; opacity: 0; width: 30px; z-index: 2; } input[type=checkbox] + span { background: #e74c3c; border-radius: 50%; box-shadow: 0 2px 3px 0 rgba(0,0,0,.1); display: inline-block; height: 30px; margin:4px 0 0; position:relative; width: 30px; transition: all .2s ease; } input[type=checkbox] + span::before, input[type=checkbox] + span::after{ background:#fff; content:''; display:block; position:absolute; width:4px; transition: all .2s ease; } input[type=checkbox] + span::before{ height:16px; left:13px; top:7px; -webkit-transform:rotate(-45deg); transform:rotate(-45deg); } input[type=checkbox] + span::after{ height:16px; right:13px; top:7px; -webkit-transform:rotate(45deg); transform:rotate(45deg); } input[type=checkbox]:checked + span { background:#2ecc71; } input[type=checkbox]:checked + span::before{ height: 9px; left: 9px; top: 13px; -webkit-transform:rotate(-47deg); transform:rotate(-47deg); } input[type=checkbox]:checked + span::after{ height: 15px; right: 11px; top: 8px; } input[type=submit] { background-color: #2ecc71; border: 0; border-radius: 4px; color: #FFF; cursor: pointer; display: inline-block; font-size:16px; text-align: center; padding: 12px 20px 14px; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76