Home » HTML » HTML_QuickForm » Bug #966
"disabled" for frozen checkboxes instead of [ ]/[x]
Details
| Submitted | 2004-03-08 01:09 UTC |
|---|---|
| From | pear at daniu dot de |
| Status | Wont fix |
| Package | HTML_QuickForm |
| PHP Version | Irrelevant |
| OS | irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-03-08 01:09 UTC] pear at daniu dot de
Description:
------------
There is a quite compatible way to set checkboxes to "disabled". I think it looks nicer and should be possible to be used somehow.
Though I think it should also be possible to use the way it works now. I don't know how it could be possible to have the user choose which way but I am sure you guys can find a way.
Thanks!
<input type="checkbox" disabled name="test">
applies to checkboxes and advcheckboxes