CheckboxItemBuilder<T> typedef
CheckboxItemBuilder<T> =
Widget Function(T item, CheckboxItemState state)
Implementation
typedef CheckboxItemBuilder<T> = Widget Function(
T item, CheckboxItemState state);