Environment
Vuetify Version: 3.1.2
Vue Version: 3.2.45
Browsers: Chrome 109.0.0.0
OS: Windows 10
Steps to reproduce
Create a v-select with attributes: "multiple" and "return-object", binding a plain array of items with a v-model containing a matching array of items.
Expected Behavior
The checkbox in the multi-select dropdown should be selected
Actual Behavior
The 'checked' state of the checkbox in the multi-select dropdown is an inversion of the actual selected state.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Probably related to #16388.