Question T13028
Visible to All Users

Is it possible to add help text for options in Survey Js Checkbox and Radio type questions

created 2 years ago

Hi,

We have a need of displaying a help text for Checkbox and Radio type question's options.

Is it possible to do that inside survey JS?

Thanks,
Santosh

Answers approved by surveyjs Support

created 2 years ago

Hello Santosh,
There is no build in functionality like this.
You can add a help text property into "itemvalue" class using our Serializer and then render it.
You can use the following example to implement your own choices rendering.

Thank you,
Andrew
SurveyJS Team