FormComponents.Binary.view :
List (Attribute msg)
->
{ label : String
, value : String
, focused : Bool
, valid : Maybe Bool
, displayValidation : Bool
--
, msgOnChange : String -> msg
, msgOnFocus : msg
, msgOnLoseFocus : msg
, msgOnTogglePasswordShow : msg
--
, requiredLabel : Bool
, helperText : Maybe String
, textType : TextType
, disabled : Bool
}
-> Element msg