How do I make a leftText bold?

Even though I can make an Input control’s fontWeight Bold, the leftText doesn’t become bold.
Is it possible to bolden the leftText property?
Thanks.

I assume you’re using the BootStrap Input control.

You can use HTML in this field, so: <b>My LeftText</b>

Thanks, this worked great.
It should be entered into the BootStrap Input control’s notes for sure.