Listbox: checkboxes have filled style applied even with global inputStyle and inputVariant set as outlined #17230
Labels
Status: Pending Review
Issue or pull request is being reviewed by Core Team
Milestone
Describe the bug
Listbox with
[multiple]="true" [checkbox]="true"
creates checkboxes with[variant]="filled"
even thoughPrimeNG.inputStyle
andPrimeNG.inputVariant
have the value'outlined'
.Pull Request Link
#17231
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/stackblitz-starters-unv4zq64
Environment
Windows 10
Firefox 128.3.1esr
Angular version
19.0.5
PrimeNG version
v19
Node version
No response
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
Checkboxes within Listbox respect the setting on PrimeNG.inputStyle and PrimeNG.inputVariant
The text was updated successfully, but these errors were encountered: