Radio Button Group in Constellation

Hello,

I’m looking to implement the radio button group in a 25.1 environment.

Is this OOTB with Constellation, or does it require a custom component?

It’s not obvious to me on how to implement this in looking at the configuration options in App Studio.

With my requirements, it’s a picklist field with 4 options, where the user only needs to select 1, but the option labels include a lot of text and some rich text, so I was thinking the radio button group was relevant.

Thank you in advance for the guidance!

-Kristin

@morak You can try a single-record, data reference field and configure card type display for your requirement.

Below is the configuration,

Which would look something like below on the UI. Ensure that you don’t select Display Inline option, so that you get the cards displayed in a stacked manner which closely matches your requirement.

Hope this helps

Regards

JC

@JayachandraSiddipeta thank you so much!

I was able to get it to work, but I’m still struggling with the description getting cut off. I tried to change the “Max Length” of the Description Field to 500 and it continues to get cut off. Do you have any suggestions for this? It looks like some of your text is getting cut off too in the image you inserted.

I’m not sure if I have to go to the Database to change the field length or something.

Thank you again,

Kristin

@morakIf you have a possibility to change the field and type, then change the long content field type to Text-Paragraph.

If its a TextInput or any type other than Text-Paragraph and you cant replace, then you must increase column size in DB. Once you increase the column size in DB, be sure to update the field from app studio.

Regards

JC