``` const value = ref(true) <Switch v-model="value" /> ``` The above code won't work - the Switch component will not initialize with the given value.
The above code won't work - the Switch component will not initialize with the given value.