Disabled checkbox still selectable?
Disabling items in select boxes works, but when I disable a checkbox, I can still check it.
- <input type="checkbox" name="cb" id="cb" disabled="disabled" checked="checked" />
- <label for="cb">I can still be klicked</label>
Anyone else ran into this?
Rgs,
Frequent