I have been googling and playing with every combination I know but I cannot get my checkboxes to be initialised as checked.
Example:
I had similar requirements but I didn't want to use v-model to have the state in the parent component. Then I got this to work:
v-model
To pass down the value from the parent, I made a small change on this and it works.