package o; import android.widget.CompoundButton; import com.scb.phone.view.custom.CustomCheckboxView; /* renamed from: o.eAl, reason: case insensitive filesystem */ /* loaded from: classes5.dex */ public final /* synthetic */ class C10316eAl implements CompoundButton.OnCheckedChangeListener { private CustomCheckboxView a; @Override // android.widget.CompoundButton.OnCheckedChangeListener public final void onCheckedChanged(CompoundButton compoundButton, boolean z) { CustomCheckboxView.d(this.a, z); } public /* synthetic */ C10316eAl(CustomCheckboxView customCheckboxView) { this.a = customCheckboxView; } }