AppCheckbox constructor

const AppCheckbox({
  1. Key? key,
  2. required FieldCubit<bool> cubit,
  3. required String label,
})

Implementation

const AppCheckbox({super.key, required this.cubit, required this.label});