JSFiddle - React, Tailwind, and code Playground
HTML
<input type="checkbox" id="1"/>
<input type="hidden"/>
<label for="1">My Label</label>
CSS
input[type="checkbox"]:checked + input[type="hidden"] + label{
font-weight:bold;
}
<input type="checkbox" id="1"/>
<input type="hidden"/>
<label for="1">My Label</label>
input[type="checkbox"]:checked + input[type="hidden"] + label{
font-weight:bold;
}