- Index
- »
- fan.domkit
- »
- Checkbox
Checkbox
@Js
class Checkbox : Elem
Checkbox displays a checkbox that can be toggled on and off.
See also: docDomkit
Get or set indeterminate flag
Value of checked
Callback when state is toggled
Wrap this checkbox with content that can also be clicked to toggle checkbox
Bool : checked
Value of checked.
Bool : indeterminate
Get or set indeterminate flag.
new make()
Void onAction(|This| f)
Callback when state is toggled.
Elem wrap(Obj content)
Wrap this checkbox with content that can also be clicked to toggle checkbox.