Lurch web app user interface

Class

CheckBoxItem

An item that can be used in a Dialog and shows up as a checkbox. This corresponds to the "checkbox" type of body component in a TinyMCE dialog.

Constructor

new CheckBoxItem(name, label)

Construct a checkbox.

Parameters

  • name string

    the name of the control in the dialog, used for querying its value when the dialog closes, or providing an initial value when the dialog opens

  • label string

    the label to show next to the checkbox in the user interface

Source

Classes

CheckBoxItem