MobstraCheckbox
Props
| Prop name | Description | Type | Values | Default |
|---|---|---|---|---|
| label | Label text | string | - | 'Label String' |
| isDisabled | Disabled checkbox | boolean | - | false |
| componentID | ID for input and label | string | - | '' |
| modelValue | Checkbox value | boolean | - | false |
| indeterminate | Show dash when not all data is selected in the sheet | boolean | - | false |
Events
| Event name | Properties | Description |
|---|---|---|
| change | ||
| update:modelValue |
vue
<MobstraCheckbox />