uncover-co / elm-widgets-alpha / W.InputRadio

view : List (Attribute msg) -> { id : String, value : a, options : List a, toValue : a -> String, toLabel : a -> String, onInput : a -> msg } -> Html msg

Styles

color : String -> Attribute msg

States

disabled : Basics.Bool -> Attribute msg

readOnly : Basics.Bool -> Attribute msg

vertical : Basics.Bool -> Attribute msg

Html

htmlAttrs : List (Html.Attribute msg) -> Attribute msg

Important: These attributes are applied to all input[type="radio"] elements.

noAttr : Attribute msg


type Attribute msg