A text input widget for Elm
view : Props x y -> Html y
view View for displaying the radio button group
{ selected : x , options : List ( String , x ) , onSelect : x -> y }
Props Properties for rendering the view