| model-value / v-model | binding value | ^[string] / ^[number] / ^[boolean] | โ |
| value ^(2.6.0) | value of the Checkbox when used inside a checkbox-group | ^[string] / ^[number] / ^[boolean] / ^[object] | โ |
| label | label of the Checkbox when used inside a checkbox-group. If there's no value, label will act as value | ^[string] / ^[number] / ^[boolean] / ^[object] | โ |
| true-value ^(2.6.0) | value of the Checkbox if it's checked | ^[string] / ^[number] | โ |
| false-value ^(2.6.0) | value of the Checkbox if it's not checked | ^[string] / ^[number] | โ |
| disabled | whether the Checkbox is disabled | ^[boolean] | false |
| border | whether to add a border around Checkbox | ^[boolean] | false |
| size | size of the Checkbox | ^[enum]'large' | 'default' | 'small' | โ |
| name | native 'name' attribute | ^[string] | โ |
| checked | if the Checkbox is checked | ^[boolean] | false |
| indeterminate | Set indeterminate state, only responsible for style control | ^[boolean] | false |
| validate-event | whether to trigger form validation | ^[boolean] | true |
| tabindex | input tabindex | ^[string] / ^[number] | โ |
| id | input id | ^[string] | โ |
| aria-controls ^(a11y) ^(2.7.2) | same as aria-controls, takes effect when indeterminate is true | ^[string] | โ |
| aria-label ^(a11y) | native aria-label attribute | ^[string] | โ |
| true-label ^(deprecated) | value of the Checkbox if it's checked | ^[string] / ^[number] | โ |
| false-label ^(deprecated) | value of the Checkbox if it's not checked | ^[string] / ^[number] | โ |
| controls ^(a11y) ^(deprecated) | same as aria-controls, takes effect when indeterminate is true | ^[string] | โ |