Idea Summary
Do not validate value of checkbox item when it is disabled.
Use Case
when you have a checkbox on your page that is disabled in specific cases. You can set the property using apex.item("P_ITEM").disable(); But when you submit your page, you get the error “#LABEL# must match the values Y and N.” even when the value is equal ="N"
Preferred Solution (Optional)
How would you implement this idea? If you are not sure, leave blank.