I want to hide a checkbox. But also want that, when I click on label associated with corresponding checkbox, the checkbox should
checkbox
input
input:checked + span::before { content: 'un'; }
check