-1

My question is very simple. Is there any way to make a toggle button which will provide user to select 3 options like ON,OFF,NEUTRAL?

I search a lot, but other options are there like use spinner but I wanna customize toggle button. Any idea how to achieve that?

Thanks a lot in advance & for you valuable time

AMAN SINGH
  • 3,491
  • 6
  • 28
  • 44
  • 1
    Possible duplicate of [Multi-State Toggle Button](http://stackoverflow.com/questions/4823851/multi-state-toggle-button) – Mike M. Sep 27 '16 at 19:57
  • The first thing I can think of is a RadioGroup with 3 RadioButtons. With some eventual graphics to mimick a 3 state switch. – Phantômaxx Sep 27 '16 at 21:27

1 Answers1

2

You can try this third party library, it has more than two selectors and I think that it satisfies your requirement.

https://github.com/jlhonora/multistatetogglebutton

Regards!

kikettas
  • 1,682
  • 1
  • 24
  • 31