Disabled checkbox still selectable?

Disabled checkbox still selectable?

Disabling items in select boxes works, but when I disable a checkbox, I can still check it.

  1. <input type="checkbox" name="cb" id="cb" disabled="disabled" checked="checked" />
  2. <label for="cb">I can still be klicked</label>
Anyone else ran into this?

Rgs,

Frequent