When using CheckboxInputValidated with v-model, if the bound value is a boolean, unchecking the box should set the value to false. However, it currently returns undefined instead of false.
Expected Behavior:
If the bound value is a boolean, unchecking should set it to false.
If the bound value is an object, unchecking should return undefined.
When using CheckboxInputValidated with v-model, if the bound value is a boolean, unchecking the box should set the value to false. However, it currently returns undefined instead of false.
Expected Behavior:
If the bound value is a boolean, unchecking should set it to false.
If the bound value is an object, unchecking should return undefined.