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
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
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