I'm trying to make a 3-way toggle, something like this, but in 3 phases. Obviously this can't be done using a checkbox, as that's a boolean value, so I was wondering whether it would be possible to simulate such a thing using 3 radio buttons? Would such a thing be possible? And if so, is this the correct way of going about this?
Javascript is fine, by the way.