Radio buttons with images instead of text?

Hello,

Is it possible to add a set of radio buttons that have two images, like a checkmark and an X, instead of text? I am thinking it should be possible to link their value attribute to an image, but I didn’t see anything in the docs about that.

Thanks

You could

  1. wrap a radio button in a flow panel
  2. add the image to the flow panel
  3. enter NO text in the radio button

Containers make a lot of things possible.

You can create radio buttons with no text and an icon I believe in the IDE.

Sorry, I just [re]checked. “Icon” is not a property of radio buttons in the IDE.

I ended up just creating buttons instead, and using the icon properties of those. It’s a bit more work, but it did the trick.