+ @foreach (var item in Items)
+ {
+
+
+
+ }
+
+}
diff --git a/src/BootstrapBlazor/Components/Checkbox/CheckboxListGeneric.razor.cs b/src/BootstrapBlazor/Components/Checkbox/CheckboxListGeneric.razor.cs
new file mode 100644
index 00000000000..6719599f0c5
--- /dev/null
+++ b/src/BootstrapBlazor/Components/Checkbox/CheckboxListGeneric.razor.cs
@@ -0,0 +1,244 @@
+// Licensed to the .NET Foundation under one or more agreements.
+// The .NET Foundation licenses this file to you under the Apache 2.0 License
+// See the LICENSE file in the project root for more information.
+// Maintainer: Argo Zhang(argo@live.ca) Website: https://www.blazor.zone
+
+using Microsoft.Extensions.Localization;
+using System.Reflection;
+
+namespace BootstrapBlazor.Components;
+
+///