1 min readMay 31, 2019
you can use label > input[type=checkbox] + span
without needing to add classes if you just want all of them stylized. Also, you may want to set the checkbox position=absolute and opacity=0, as some older browsers don’t respect the hidden state.