| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Reflex.Material.Checkbox
Description
Documentation
mdCheckbox :: MonadWidget t m => Bool -> CheckboxConfig t -> m (Checkbox t) #
mdCheckboxField :: MonadWidget t m => Bool -> CheckboxConfig t -> m () -> m (Checkbox t) #
data CheckboxConfig t :: * -> * #
Constructors
| CheckboxConfig | |
Fields | |
Instances
| Reflex t => Default (CheckboxConfig t) | |
| HasAttributes (CheckboxConfig t) | |
| HasSetValue (CheckboxConfig t) | |
| type Attrs (CheckboxConfig t) | |
| type SetValue (CheckboxConfig t) | |