Skip to main content

Checkbox

Toggleable selection element.

Properties

  • All global properties
  • checked: boolean — Checked state
  • onChange: function — Change event handler
  • label: string — Checkbox label text
  • disabled: boolean — Whether the checkbox is disabled
  • focusable: boolean — Can receive focus
  • tabIndex: integer — Tab order
  • srcChecked: string — Source for checked state image
  • srcUnchecked: string — Source for unchecked state image