The current implementation of ChoiceGroup (view-type: verticalfixed) has three states: unselected, hover, selected. When using this component on a phone with a keypad, UP and DOWN key events hover the individual choice group elements and FIRE would actually select the element.
Is there a way in which I can modify this behavior so that hover == selection ?