AntdCheckbox constructor

const AntdCheckbox({
  1. Key? key,
  2. AntdCheckboxStyle? style,
  3. AntdStyleBuilder<AntdCheckboxStyle, AntdCheckbox>? styleBuilder,
  4. bool? disabled,
  5. bool? readOnly,
  6. dynamic value,
  7. bool? autoCollect = true,
  8. ValueChanged? onChange,
  9. bool? shouldTriggerChange = true,
  10. AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
  11. bool? manual,
  12. bool? indeterminate,
  13. Widget? extra,
})

Implementation

const AntdCheckbox({
  super.key,
  super.style,
  super.styleBuilder,
  super.disabled,
  super.readOnly,
  super.value,
  super.autoCollect,
  super.onChange,
  super.shouldTriggerChange,
  super.hapticFeedback,
  super.manual,
  super.indeterminate,
  super.extra,
});