@import "mediawiki.mixins"; @import "mediawiki.ui/variables"; // Checkbox // // Styling checkboxes in a way that works cross browser is a tricky problem to solve. // In MediaWiki UI put a checkbox and label inside a mw-ui-checkbox div. // This renders in all browsers except IE 6-8 which do not support the :checked selector; // these are kept backwards-compatible using the `:not( #noop )` selector. // You should give the checkbox and label matching "id" and "for" attributes, respectively. // // Markup: //