F
Filament2y ago
xy

Make some items in CheckboxList disabled

I have several options in a checkboxlist. I want to disable the input (checkbox) for some of those options. Any idea how to achieve this?
4 Replies
Patrick Boivin
I don't think this is possible... have you tried using individual checkboxes?
xy
xyOP2y ago
The reason for using CheckBoxList was to store an array of enabled options
Patrick Boivin
I understand
awcodes
awcodes2y ago
If you can come up with a good api that still works with select/deselect all it’d probably be a good PR.

Did you find this page helpful?