-
Notifications
You must be signed in to change notification settings - Fork 403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The check box group does't work. #136
Comments
I am also experiencing the same issue as @leolee10 also should note that i'm using labelauty on my checkboxes as well. thanks |
Could you please post a jsbin demonstrating the issue. |
I tested this isssue , but the result is right. @leolee10 @wdeer Please try again or post a jsfiddle. |
I am also experiencing the same issue. QAQ @summerGreenTea |
type="checkbox" name="animal[]" value="Cat"
type="checkbox" name="animal[]" value="Dog"
type="checkbox" name="animal[]" value="Bird"
name: 'animal[]',
rules: 'required'
or
name: 'animal',
rules: 'required'
There aren't working. How to resolve?
The text was updated successfully, but these errors were encountered: