Please create a codepen( very simple to do by extending a Quasar Doc example) to demo your problem so the people here can help you better.
btw: I don’t think it’s a good idea to use both v-model and :val on the same component
<q-checkbox v-model="selectModel" :val="scope.opt.value" />