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

view : List (Attribute msg) -> { value : Basics.Bool, onInput : Basics.Bool -> msg } -> Html msg

viewReadOnly : List (Attribute msg) -> Basics.Bool -> Html msg

Styles

color : String -> Attribute msg

States

disabled : Basics.Bool -> Attribute msg

readOnly : Basics.Bool -> Attribute msg

Html

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

noAttr : Attribute msg


type Attribute msg