.custom-check { display: table; width: auto; > * { visibility: hidden; } &.checked > * { visibility: visible; } }