1Although no listed in the docs (at the time of writing).
2@change is available and should be used.
3
4there is a native click event bound to the checkbox component.
5adding an @click event causes it to fire twice. Replace @click
6with @change and should fix the problem.