AppCheckbox constructor
const
AppCheckbox({
- Key? key,
- required FieldCubit<
bool> cubit, - required String label,
Implementation
const AppCheckbox({super.key, required this.cubit, required this.label});