We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdfbb92 commit 92b53b5Copy full SHA for 92b53b5
src/pretty-checkbox.js
@@ -105,7 +105,7 @@ function init(Survey) {
105
106
var choices = booleanType
107
? [{ locText: question.locTitle, value: !!question.value }]
108
- : question.choices;
+ : question.visibleChoices;
109
choices.forEach(function(choiceItem, index) {
110
var input = document.createElement("input");
111
input.type = options.inputType;
0 commit comments