option | [String, Number, Boolean, Object] | true | Value of the option in the checkbox group
|
checked | Boolean | -- | Checked by default (do not confuse with model)
This is used for indeterminate state toggling
|
indeterminate | Boolean | -- | |
value-prop | String | -- | In case option is an object, this can be used to correctly compare items to determine if checkbox is checked
|