MobstraSwitcher
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 | Switcher value | boolean | - | false |
Events
| Event name | Properties | Description |
|---|---|---|
| change | ||
| update:modelValue |
vue
<MobstraSwitcher />