AntdCheckbox constructor
const
AntdCheckbox({
- Key? key,
- AntdCheckboxStyle? style,
- AntdStyleBuilder<
AntdCheckboxStyle, AntdCheckbox> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- dynamic value,
- bool? autoCollect = true,
- ValueChanged? onChange,
- bool? shouldTriggerChange = true,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
- bool? manual,
- bool? indeterminate,
- 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,
});