label::after { content: attr(title); } label { /* padding-left */ } label input { height: 0; width: 0; -webkit-appearance: none; } label input::before { content: ""; outline: 1px solid red; width: 5px; height: 5px; display: block; }