Checkboxes are typically expected to have values true, false: The vuetify-form-base documentation shows that checkbox values are true, false. See https://wotamann ...
It is like the string/textbox binding works just fine on input controls, but the checkbox binding backed by Boolean properties does not work. I know the binding for checkbox values needs to used a ...