Is it possible to use FontAwesome Icons for radio options label

I have a website where an icon needs to be selected, and would like to have the icon the user is selecting be what is shown as the label.

Entering the HTML for the FontAwesome icon renders:
image

Which makes sense, and I get why it does. I’m wondering if it is possible to render the icon instead of the plain HTML like that.

< and > in the label are converted to &lt; &gt; with htmlspecialchars here in the code.

So, I don’t think it’s possible. (Or at least not with the default “Radio Options” TV type.)