PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTML » HTML_QuickForm » Bug #966

"disabled" for frozen checkboxes instead of [ ]/[x]

Details

Submitted2004-03-08 01:09 UTC
Frompear at daniu dot de
StatusWont fix
PackageHTML_QuickForm
PHP VersionIrrelevant
OSirrelevant
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