I’ve created a WAI-ARIA compliant javascript checkbox control (MIT/BSD/GPL licensed).
Your browser does not support iframes.
Demo available here.
Source code is available here.
This continues on my previous post regarding checkbox images, I’ve enhanced the images to include a disabled state for both the mixed and checked states.
Hi warlock,
Your column of tristate check box is very interesting one.
I have used this way to create a tri state check boxes.
But Can I use or create a tri state check boxes without using images?
If there is any way means Please give some examples to my email or put the post like these..
Thanks Myl
Hi Mylsamy,
To my knowledge, there is no way to implement such a control without images. There may be some browser-specific ways (http://www-archive.mozilla.org/xpfe/xptoolkit/checkboxes.html), but nothing standard.
-Ryan