CheckboxGroup constructor
CheckboxGroup({})
Implementation
CheckboxGroup(
{Key? key,
this.values,
this.shape,
this.list,
this.max: 9999,
this.onChange,
this.inCellGroup: false,
this.disabled,
this.checkedColor,
this.iconSize})
: super(key: key);