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