AntdCheckbox constructor

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

Implementation

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