Checkbox: has an attribute that is not supported by input checkboxes. #3678
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
Describe the bug
The Checkbox.vue component has an attribute that is not supported by input checkboxes.
according to the Mozilla page:
This is also displayed in the documentation, which may cause some confusion:
Reproducer
https://codesandbox.io/s/divine-browser-wlgqev?file=/src/App.vue
PrimeVue version
3.23
Vue version
3.x
Language
ES6
Build / Runtime
Vite
Browser(s)
All
Steps to reproduce the behavior
Inspect the code for the Checkbox component
Expected behavior
a real readonly or the option simple not there
The text was updated successfully, but these errors were encountered: