2
votes
1answer
106 views

Three-dimensional matrix of tristate selections

I am building a configuration UI for a client's desktop application. This could be called metaconfiguration, i.e. it allows the client to determine which options are actually available in the eventual ...
2
votes
1answer
307 views

Are there standard patterns for vertical radio-button like choices in tables?

In my application, I have a table of entities - in this case, the individual offices of a member organization. One entity - one office - has to be marked as the 'main' office, or headquarters. It ...