Checkbox used v-model doesn't work on a reactive variable
Version
3.0.0
Reproduction link
https://codepen.io/l1shu/pen/PozMyJM
Steps to reproduce
1: Open codepen link 2: Find checkbox used v-model doesn't work with reactive variable 3: But it works with a ref variable
What is expected?
reactive and ref all work
What is actually happening?
only ref work