Question T2261
Visible to All Users

Readonly question name and value of checkbox and radio button

created 6 years ago

We need to make question name and values of choices (radiobutton, checkbox) read only

Answers approved by surveyjs Support

created 6 years ago

Hello,

You can use the following code:

JavaScript
Survey .Serializer .findProperty("question", "name").readOnly = true;

Here is the working sample - https://plnkr.co/edit/cymkYrWsZFydQlLtomY8?p=preview

Thanks, Serge
SurveyJS Team