CryCheckbox constructor

CryCheckbox(
  1. String label,
  2. bool value,
  3. ValueChanged<bool?> onChanged
)

Implementation

CryCheckbox(this.label, this.value, this.onChanged);