Problem
The below elements cause all checkboxes to be required.
checkbox:
'#type': checkbox
'#title': checkbox
checkboxes:
'#type': checkboxes
'#title': checkboxes
'#required': true
'#options':
one: one
two: two
three: three
'#states':
visible:
':input[name="checkbox"]':
checked: true
Solution
Fix clientside validation for checkboxes.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | 3158418-14.patch | 223.66 KB | jrockowitz |
| #12 | 3158418-12.patch | 220.84 KB | jrockowitz |
| #9 | 3158418-9.patch | 218.34 KB | jrockowitz |
| #2 | 3158418-2.patch | 980 bytes | jrockowitz |
| Screen Shot 2020-07-10 at 5.08.44 PM.png | 102 KB | jrockowitz |

Comments
Comment #2
jrockowitz commentedComment #3
jrockowitz commentedComment #8
jrockowitz commentedComment #9
jrockowitz commentedComment #12
jrockowitz commentedComment #14
jrockowitz commentedComment #16
jrockowitz commented