AntdCheckboxGroup<T> constructor
const
AntdCheckboxGroup<T> ({
- Key? key,
- bool? disabled,
- bool? readOnly,
- List<
T> ? value, - bool? autoCollect = true,
- ValueChanged<
List< ? onChange,T> ?> - bool? shouldTriggerChange = true,
- AntdHapticFeedback? hapticFeedback = AntdHapticFeedback.light,
- bool? manual,
- List<
AntdCheckbox> ? items, - Widget? builder(
- List<
AntdCheckbox> ? items
- List<
Implementation
const AntdCheckboxGroup(
{super.key,
super.disabled,
super.readOnly,
super.value,
super.autoCollect,
super.onChange,
super.shouldTriggerChange,
super.hapticFeedback,
super.manual,
super.items,
super.builder});