// Checkbox // -------------------------------------------------- .checkbox { display: block; cursor: pointer; user-select: none; } .checkbox input { position: relative; left: -9999px; } .checkbox[aria-disabled=true] { opacity: 0.5; color: gray; .media-checkbox { color: inherit; } }