Module to add Toggles to your app
view : Basics.Bool -> msg -> Toggle msg
Init a toggle
isError : Basics.Bool -> Toggle msg -> Toggle msg
Display as loading, removing the click Msg
isDisabled : Basics.Bool -> Toggle msg -> Toggle msg
Display as disabled, removing the click Msg
label : String -> Toggle msg -> Toggle msg
Set the text
render : Toggle msg -> Html.Styled.Html msg
Render the toggle