From 197715f1022e160e4f67c67f57a07c06d84d1c8d Mon Sep 17 00:00:00 2001 From: Michael Meier Date: Fri, 21 Jun 2024 08:41:31 +0200 Subject: [PATCH] feat(Checkbox): add indeterminate state to icon slot scope This adds the indeterminate state to the icon slot of the component so user will be able to customize the indeterminate icon. --- packages/primevue/src/checkbox/Checkbox.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/checkbox/Checkbox.vue b/packages/primevue/src/checkbox/Checkbox.vue index 199d149e85..94b68d76e5 100755 --- a/packages/primevue/src/checkbox/Checkbox.vue +++ b/packages/primevue/src/checkbox/Checkbox.vue @@ -22,7 +22,7 @@ v-bind="getPTOptions('input')" />
- +