We need to make question name and values of choices (radiobutton, checkbox) read only
Readonly question name and value of checkbox and radio button
Answers approved by surveyjs Support
Hello,
You can use the following code:
JavaScriptSurvey
.Serializer
.findProperty("question", "name").readOnly = true;
Here is the working sample - https://plnkr.co/edit/cymkYrWsZFydQlLtomY8?p=preview
Thanks, Serge
SurveyJS Team