Skip to content

Commit cced25a

Browse files
fixed #87
1 parent eecf571 commit cced25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/icheck.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function init(Survey, $) {
3636
if (row.value) {
3737
$(el)
3838
.find(
39-
"input[name='" + row.fullName + "'][value=" + row.value + "]"
39+
"input[name='" + row.fullName + "'][value='" + row.value + "']"
4040
)
4141
.iCheck("check");
4242
}

0 commit comments

Comments
 (0)