Describe the bug
Hi,
I am using the BFormCheckboxGroup and provide an options array with strings. In my use case one of the options can also be the empty string (""), but when the checkbox of the empty string is selected v-model returns [true] as the selected options instead of [""] (see attached stackblitz).
Reproduction
https://stackblitz.com/edit/github-6phuvv?file=src%2FApp.vue
Used Package Manager
npm
Validations