define a function to return a checkbox widget
typedef CheckBoxBuilder = Widget Function(bool checked);