reflex-material-0.0.1.0

Safe HaskellNone
LanguageHaskell2010

Reflex.Material.Checkbox

Description

Documentation

mdCheckboxField :: MonadWidget t m => Bool -> CheckboxConfig t -> m () -> m (Checkbox t) #

data Checkbox t :: * -> * #

Instances

HasValue (Checkbox t) 

Associated Types

type Value (Checkbox t) :: * #

Methods

value :: Checkbox t -> Value (Checkbox t) #

type Value (Checkbox t) 
type Value (Checkbox t) = Dynamic t Bool