FSelectGroupItem<T>.checkbox constructor
const
FSelectGroupItem<T>.checkbox ({})
Creates a checkbox wrapped in a FSelectGroupItem.
Implementation
const factory FSelectGroupItem.checkbox({
required T value,
FCheckboxSelectGroupStyle? style,
Widget? label,
Widget? description,
Widget? error,
String? semanticLabel,
bool enabled,
bool autofocus,
FocusNode? focusNode,
ValueChanged<bool>? onFocusChange,
Key? key,
}) = _Checkbox<T>;