I am faced with the following code snippet:
<div>
<span>
<input type="checkbox">
<label>I desire this to appear on the left-hand side</label>
</span>
</div>
My goal is to shift the label to the left side of the checkbox solely using CSS styles. Modifying the HTML file is not an option since it is automatically generated. Any suggestions, please? :)