@tempots/dom
BindChecked() function
Binds a boolean
property to the checked value of an input element. The binding is two-way.
Signature:
BindChecked: (prop: Prop<boolean>) => Renderable
Parameters
Parameter |
Type |
Description |
---|---|---|
prop |
The |
Returns: Renderable
A Renderable.