How to place the checkbox to the left of the field label in a boolean field

I would like to place the checkbox in a boolean field to the left of the field label. When I edit the display in the field editor, I have the options to place the label beside the checkbox (this places the checkbox to the right of the label) or place the label above the checkbox. I’m looking at the XML and I am not seeing which parameter to edit: I’d like to waive a fee from {{Contact__r.FirstName}}'s loan Does anyone have a suggestion to achieve the placement of the checkbox that I’m looking for? Thanks!

I believe you need a custom field renderer. This post may help give you some guidance: https://community.skuid.com/t/is-there-an-example-of-a-custom-field-renderer?topic-reply-list[settings][filter_by]=all

You just need some CSS.
Here’s a direct answer:
https://community.skuid.com/t/flip-textbox-and-label

Thank you so much – that worked really well!