Tri-state Checkboxes

Tri-state Checkboxes


I'm wondering if there are any jQuery tri-state checkbox plugins?
A tri-state checkbox has 3 states
0 unchecked
1 checked
2 greyed out (not disabled, not readonly)
Some interpretations may view them as four states:
0 unchecked not greyed
1 checked not greyed
2 unchecked greyed
3 checked greyed
I tried to write one and the basic issue that you "can not" change the
background color (silver) to signify greyed out.
Any tips?
--
HLS