I have a dataset that has a dozen independent boolean fields, and I'm trying to figure out how to handle them. I imagine I could set up a dimension for each one and show a dozen pie charts. I could use checkboxes - although I think the CboxMenu is meant to handle a single dimension, so I'd need to do something special. Along the same lines, I could make a group of two-state buttons and link each of them to a dimension.
Seems like a common scenario - any advice on how to approach it?