Idioms for a three-state toggle?

Posted by Alex Mcp on Stack Overflow See other posts from Stack Overflow or by Alex Mcp
Published on 2010-04-05T18:51:08Z Indexed on 2010/04/05 18:53 UTC
Read the original article Hit count: 219

Filed under:

I have a table column where each row has one of three states, and the purpose of the row is to offer manipulation AND display of this property with three states.

My current development view is to have three tightly packed radio buttons with labels at the head of the columns (and every 50 rows or so) and onClick they send an AJAX request and thar she blows.

This is fugly.

Is there a standard idiom for a control like this? I'm currently mocking up something similar to the iPhone on/off toggle, but with a "middle" state.

Any input would be welcome.

© Stack Overflow or respective owner

Related posts about ui