view : List (Attribute msg) -> { id : String, value : a, options : List a, toValue : a -> String, toLabel : a -> String, onInput : a -> msg } -> Html msg
color : String -> Attribute msg
small : Attribute msg
disabled : Basics.Bool -> Attribute msg
readOnly : Basics.Bool -> Attribute msg
vertical : Basics.Bool -> Attribute msg
htmlAttrs : List (Html.Attribute msg) -> Attribute msg
Important: These attributes are applied to all input[type="radio"]
elements.
noAttr : Attribute msg