checkBoxGroup abstract method

Widget checkBoxGroup({
  1. String label,
  2. List<Widget> checkBoxes,
  3. Axis orientation = Axis.vertical,
  4. bool disabled,
  5. String helpText,
  6. bool isError,
})

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,
});