checkBoxGroup abstract method
Implementation
Widget checkBoxGroup({
String label,
List<Widget> checkBoxes,
Axis orientation = Axis.vertical,
bool disabled,
String helpText,
//if true [helpText] will be error text
bool isError,
});
Widget checkBoxGroup({
String label,
List<Widget> checkBoxes,
Axis orientation = Axis.vertical,
bool disabled,
String helpText,
//if true [helpText] will be error text
bool isError,
});