Concepts for Toggle Switches on a Panel

I'm creating a page for viewing server logs, and I'm experimenting with concepts to allow the user to filter the different levels of severity (ex: I only want to see the fatal errors). So the colors carry a lot of significance in this particular context, and that's something I just don't want to sacrifice on.

There are a lot of excellent toggle slider examples that already exist, but most change the color to emphasize it's on/off state. In my case I need the state of the toggle switch to be unmistakably obvious that it is either on or off, while constantly representing the rows of corresponding data. So this is what I've come up with so far.

All feedback is appreciated.

Posted on Oct 4, 2013

More by Ben Harrison

View profile