diff --git a/aspnetcore/blazor/forms/input-components.md b/aspnetcore/blazor/forms/input-components.md index df9b4d8d1a..a20639ce89 100644 --- a/aspnetcore/blazor/forms/input-components.md +++ b/aspnetcore/blazor/forms/input-components.md @@ -5,7 +5,7 @@ description: Learn about built-in Blazor input components. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 01/05/2024 +ms.date: 01/12/2024 uid: blazor/forms/input-components --- # ASP.NET Core Blazor input components @@ -123,6 +123,8 @@ The following form accepts and validates user input using: * The properties and validation defined in the preceding `Starship` model. * Several of Blazor's built-in input components. +When the model property for the ship's classification (`Classification`) is set, the option matching the model is checked. For example, `checked="@(Model!.Classification == "Exploration")"` for the classification of an exploration ship. The reason for explicitly setting the checked option is that the value of a `