CheckboxInstance constructor

CheckboxInstance(
  1. Checkbox component
)

Creates a CheckboxInstance bound to the given component.

Implementation

CheckboxInstance(this.component);