Closed
Description
Version
2.5.13
Reproduction link
https://codepen.io/bux578/pen/eVMrbe?editors=1011
Steps to reproduce
- Open codepen
- Click through checkboxes
What is expected?
clicking on the first row of checkboxes should trigger the watcher
What is actually happening?
It's not triggered, the changes to the upper row are performed when one of the checkboxes in the lower row are clicked
I might be doing something wrong here.