class domkit::Checkbox

sys::Obj
  dom::Elem
    domkit::Checkbox

@Js

Source

Checkbox displays a checkbox that can be toggled on and off.

See also: docDomkit

checked

Bool checked

Source

Value of checked.

indeterminate

Bool indeterminate

Source

Get or set indeterminate flag.

make

new make()

Source

onAction

Void onAction(|This| f)

Source

Callback when state is toggled.

wrap

Elem wrap(Obj content)

Source

Wrap this checkbox with content that can also be clicked to toggle checkbox.