CaInputCheckbox
Checkbox input, use v-model to bind value
SASS-path: ./styles/components/atoms/ca-input-checkbox.scss
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| label | The checkbox label | String | false | - |
| checked | Is checkbox checked? Use v-model to bind | Boolean | false | false |
| description | A description of the checkbox | String | false | - |
| id | The id for the checkbox | String | false | - |
Events
| Event Name | Description | Parameters |
|---|---|---|
| change | - | - |
Slots
| Name | Description | Default Slot Content |
|---|---|---|
| default | - | - |