CheckboxView constructor

CheckboxView(
  1. CheckboxModel model
)

Implementation

CheckboxView(this.model) : super(key: ObjectKey(model));