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 0478475 commit 0f64d59Copy full SHA for 0f64d59
src/icheck.js
@@ -35,7 +35,7 @@ function init(Survey, $) {
35
values = [values];
36
}
37
values.forEach(function(value) {
38
- $el.find("input[value=" + value + "]").iCheck("check");
+ $el.find("input[value='" + value + "']").iCheck("check");
39
});
40
} else {
41
question.generatedVisibleRows.forEach(function(row, index, rows) {
0 commit comments