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