I have a checkbox and a label, and while the label is set after the checkbox, it appears before it when the page is in view.
What could be the problem?
<input name="signed" id="fd_supplier_contract_signed" type="checkbox" value="1" />
<label for="fd_supplier_contract_signed">Signed:</label>
IMAGE: