XCheckBox constructor

XCheckBox({
  1. required bool? value,
  2. required dynamic onChanged(
    1. bool?
    )?,
  3. double? radius,
  4. bool? disable,
  5. Color? color,
  6. double? size,
  7. String? label,
  8. Widget? left,
  9. Widget? right,
  10. String? activeImg,
  11. String? defaultImg,
})

Implementation

XCheckBox({required this.value, required this.onChanged, this.radius, this.disable, this.color, this.size, this.label, this.left, this.right, this.activeImg, this.defaultImg});