feat(Checkbox): icon slot add disabled param (#8839)
This commit is contained in:
+4
-4
@@ -194,10 +194,10 @@ export default {
|
||||
|
||||
### Radio Slots
|
||||
|
||||
| Name | Description | SlotProps |
|
||||
| ------- | ------------ | ------------------ |
|
||||
| default | Custom label | - |
|
||||
| icon | Custom icon | _checked: boolean_ |
|
||||
| Name | Description | SlotProps |
|
||||
| ------- | ------------ | ----------------------------------------- |
|
||||
| default | Custom label | - |
|
||||
| icon | Custom icon | _{ checked: boolean, disabled: boolean }_ |
|
||||
|
||||
### Less Variables
|
||||
|
||||
|
||||
Reference in New Issue
Block a user