Checkbox: Icon slot does not provide information about the indeterminate state #5942
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
Currently only the checked state is provided to the icon slot. This makes it impossible to customize the indeterminate or the unchecked icon when using indeterminate, since you can only check for checked=false which is the case for indeterminate as well as unchecked.
Reproducer
https://stackblitz.com/edit/vitejs-vite-g2fmnw?file=src%2FApp.vue
PrimeVue version
4.0.0-rc.2
Vue version
3.x
Language
TypeScript
Build / Runtime
Vue CLI App
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
The icon slot should provide information about the indeterminate state
The text was updated successfully, but these errors were encountered: