Hi Everyone,
Can anyone please help me, Is it possible to display image in radio button as shown in screenshot below:
Discussion posts and replies are publicly visible
Hello Rahul009 No, direct image display in Appian radio buttons isn't possible.Bu you can try this and let me know if that works for you.I am using unicode to display radioButton label instead of image.
{ a!radioButtonField( choiceLabels: {"✅", "❌"}, choiceValues: {1, 2}, labelPosition: "ABOVE", choiceLayout: "COMPACT", ) }
Hi , I need to display icon along with label. When tick icon is there then circle should not be displayed and vice versa.
My question here is why you are using radioButton field for this requirement? You can use richtextDisplayField and put show when condition to achieve this using dynamicLink.