AntdBaseCheckbox<Style extends AntdCheckboxStyle, WidgetType> constructor
const
AntdBaseCheckbox<Style extends AntdCheckboxStyle, WidgetType> ({
- Key? key,
- Style? style,
- AntdStyleBuilder<
Style, WidgetType> ? styleBuilder, - bool? disabled,
- bool? readOnly,
- bool? value,
- bool? autoCollect = true,
- ValueChanged<
bool?> ? onChange, - bool? indeterminate,
- Widget? extra,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
Implementation
const AntdBaseCheckbox(
{super.key,
super.style,
super.styleBuilder,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
this.indeterminate,
this.extra,
this.hapticFeedback = AntdHapticFeedback.light});