Skip to content

Commit 356aa00

Browse files
committed
make groupRequired work for checkboxes
1 parent ce9a9f1 commit 356aa00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

js/languages/jquery.validationEngine-en.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@
3737
"alertText": "* Maximum ",
3838
"alertText2": " characters allowed"
3939
},
40-
"groupRequired": {
40+
"groupRequired": {
4141
"regex": "none",
42-
"alertText": "* You must fill one of the following fields"
42+
"alertText": "* You must fill one of the following fields",
43+
"alertTextCheckboxMultiple": "* Please select an option",
44+
"alertTextCheckboxe": "* This checkbox is required"
4345
},
4446
"min": {
4547
"regex": "none",

0 commit comments

Comments
 (0)