Skip to content

Instantly share code, notes, and snippets.

View thebignet's full-sized avatar

Jean Detoeuf thebignet

View GitHub Profile
@LeaVerou
LeaVerou / dabblet.css
Created March 15, 2013 01:05
iOS 6 style switch checkboxes
/**
* iOS 6 style switch checkboxes
* by Lea Verou http://lea.verou.me
*/
:root input[type="checkbox"] { /* :root here acting as a filter for older browsers */
position: absolute;
opacity: 0;
}