Having Tri-State in Checkbox

  • Thread starter Thread starter asgars
  • Start date Start date
A

asgars

hi everyone,
i am designing a web application wherein i am required to provide
facility to the user to select one out of three values. i want to use
checkbox for it. The values would be something like 'True', 'False' and
'Unknown'.
i there any way to implement the same. please pass on the pointers.

thanks a lot.
 
i don't think a checkbox is going to work for you...pretty sure there's
nothing like it in HTML..you might be able to do something tricky with the
disabled property on onClick though...otherwse you'll need to look at
something else, like a select..

karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top