canceraiddev / elm-form-builder / Form.Field.RadioEnum

RadioEnum data type.

RadioEnum


type Value
    = Yes
    | No
    | NA

toBool : Maybe Value -> Maybe Basics.Bool

toString : Value -> String

fromString : String -> Maybe Value

decoder : Json.Decode.Decoder Value