abradley2 / form-fields / FormControls.RadioButton

A text input widget for Elm

TEA

view : Props x y -> Html y

view View for displaying the radio button group


type alias Props x y =
{ selected : x
, options : List ( String
, x )
, onSelect : x -> y 
}

Props Properties for rendering the view