I'm trying to figure out how to show a disabled checkbox in a table.
I have a table with a few columns of checkboxes, and I want to convey that depending on certain data in the record from which that row is populated (i.e. a "completion date" already entered), the checkbox for a certain column may not be available for selection in that row.
The only way I've been able to make a checkbox appear disabled is by adding text after it, like: ~[] .~
Not a very pretty checkbox. Is there a way to do this within a table, short of using a pre-made graphic?
Thanks,
Peter