Why can I access the form input values in my parent component?

basically I have 2 blazor components , the child (NewChecklist.razor) is a form that takes input values as parameters that are passed in its parent component (ChecklistManagement.razor). I realized the values werent being recognized in the parent component because when I would try to submit a new Checklist , it was basically an empty list where all the values were missing. At this point I am simply trying to log the value of the first input to the console, and even that I am struggling with

Child Component (NewChecklist.razor) :

@using SFSCheckList.Data.Repos

<h3>NewChecklist</h3>

<p>kahdjakhflkajfke</p>




<form @onsubmit="AddCheckList">
    <div>
        <input @bind-value="Name" label="Title"  Style="width: 25rem"></input>
    </div>
    <div>
        <FluentTextField @bind-Value="Description" label="Description"  Style="width: 25rem"></FluentTextField>
    </div>
    <p></p>
    <div style="display: flex">
        <div style="display: flex; flex-direction: column;">
            <label>Start Date</label>
            <FluentDatePicker Value="@(StartDate)" ValueChanged="@(e => StartDate = e.Value)"  />
        </div>
        <div style="display: flex; flex-direction: column;">
            <label>End Date</label>
            <FluentDatePicker Value="@EndDate" ValueChanged="@(e => EndDate = e.Value)"  Style="margin-left: 5px;" />
        </div>
    </div>
 

        <button>Submit</button>
    
</form>

@code {
    [Inject]
    protected ChecklistRepo? checklistRepo { get; set; }

    [Parameter]
    public string Name { get; set; } = string.Empty;
    [Parameter]
    public string Description { get; set; } = string.Empty;
    [Parameter]
    public DateTime StartDate { get; set; } = DateTime.Now;
    [Parameter]
    public DateTime EndDate { get; set; } = DateTime.Now;

    [Parameter]
    public EventCallback AddCheckList { get; set; }

    // private async Task SubmitChecklist()
    // {
    //     Console.WriteLine(Name);
    //     Console.WriteLine(Description);
    //     // You can perform further operations like adding the checklist to the database here
    //     await AddCheckList.InvokeAsync();
    // }

}

Parent Component (ChecklistManagement.razor) :

@page "/ManageChecklists"
@using SFSCheckList.Data.Repos
@using SFSCheckList.Components.Checklists

<h3>Checklist Management</h3>
<div style="display: flex;">
    <div style="border: 1px solid black; border-radius: 5px; padding: 1rem; background: #F1F3F9; min-height: 30rem; min-width: 25rem;">
        <CheckListList Checklists="@Checklists" OnChecklistSelected="HandleChecklistSelected" isAddingEnabled="isAddingEnabled" EnableAddChecklist="EnableAddChecklist"/>
    </div>

    <div style="margin-left: 3rem;border: 1px solid black; border-radius: 5px; padding: 1rem; background: #F1F3F9; min-height: 30rem; min-width: 25rem;">
        @if (isAddingEnabled)
        {
            <NewChecklist Name="@ChecklistName" Description="@ChecklistDescription" StartDate="@AvailableStartDate" EndDate="@AvailableEndDate" AddCheckList="SubmitChecklist"/>
        }
        else
        {
            <ChecklistDetails Checklist="SelectedChecklist" EnableEditChecklist="EnableEditChecklist" isEditingEnabled="isEditingEnabled" />
        }
    </div>
</div>

@code {
    [Inject]
    protected ChecklistRepo? checklistRepo { get; set; }

    public bool isAddingEnabled { get; set; } = false;
    public bool isEditingEnabled { get; set; } = false;
    public string ChecklistName { get; set; } = string.Empty;
    public string ChecklistDescription { get; set; } = string.Empty;
    public DateTime AvailableStartDate { get; set; } = DateTime.Now;
    public DateTime AvailableEndDate { get; set; } = DateTime.Now;
    public SFSCheckList.Data.Models.Checklist? SelectedChecklist { get; set; }
    List<SFSCheckList.Data.Models.Checklist> Checklists = new List<SFSCheckList.Data.Models.Checklist>();

    //enable edit functionality
    public void EnableEditChecklist()
    {
        Console.WriteLine("Edit Checklist");
        isEditingEnabled = !isEditingEnabled;
    }

    public void EnableAddChecklist()
    {
        Console.WriteLine("Adding Checklist");
        isAddingEnabled = !isAddingEnabled;
    }

    // method to submit checklist
    async Task SubmitChecklist()
    {
        // var newChecklist = new SFSCheckList.Data.Models.Checklist()
        //     {
        //         ChecklistName = ChecklistName,
        //         ChecklistDescription = ChecklistDescription,
        //         AvailableStartDate = AvailableStartDate,
        //         AvailableEndDate = AvailableEndDate,
        //         FY = "2024",
        //         LCTS = DateTime.Now
        //     };

        // await checklistRepo.UpsertChecklist(newChecklist);
        // Checklists.Add(newChecklist);
        // StateHasChanged();
        Console.WriteLine("the Checklist name is " + ChecklistName);
    }


    // method to get checklists
    async Task GetChecklists()
    {
        Checklists = await checklistRepo.GetChecklists();
        var checklists = await checklistRepo.GetChecklists();
        foreach (var checklist in checklists)
        {
            Console.WriteLine(checklist.ChecklistName);
        }
    }
    protected override async Task OnInitializedAsync()
    {     
        await base.OnInitializedAsync();
       await GetChecklists();
    }
    // method to handle checklist selected
    private void HandleChecklistSelected(SFSCheckList.Data.Models.Checklist checklist)
    {
        SelectedChecklist = checklist;
        Console.WriteLine($"Checklist Selected:");
        Console.WriteLine($"Name: {checklist.ChecklistName}");
        StateHasChanged();
    }

}

i have tried to access those values in many failed attempts , the ultimate goal is to be able to get all the values from the form (ChecklistName, ChecklistDescription etc) and successfully create a new checklist, as of right now though , im just trying to access the values in a console.writeline statement to make sure its working

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật