I'm using bootstrap 2.3.2 with bootstrap switch. Two state switch works well, but now I need a three state switch (true, null, false). Is it possible, using bootstrap switch, to make something like this? Maybe using radio buttons instead of a checkbox... I'm using angularJS too so I'll need I directive.
This certainly is possible to create a UI component that can toggle between 3 states, it is just a matter of deciding how you want the UI to look/feel/act.
true
false
and null
to prove that it works