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 eecf571 commit cced25aCopy full SHA for cced25a
src/icheck.js
@@ -36,7 +36,7 @@ function init(Survey, $) {
36
if (row.value) {
37
$(el)
38
.find(
39
- "input[name='" + row.fullName + "'][value=" + row.value + "]"
+ "input[name='" + row.fullName + "'][value='" + row.value + "']"
40
)
41
.iCheck("check");
42
}
0 commit comments