Two-way binding for HTML input elements.
Modules | Description |
Function or value | Description |
Full Usage:
checked value callback
Parameters:
bool
-
The current checked state.
callback : bool -> unit
-
The function called when the checked state changes.
Returns: Attr
Modifiers: inline |
|