Skip to content

Commit

Permalink
CheckBox: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
henon committed Aug 13, 2022
1 parent c35289d commit 921601c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MudBlazor/Components/CheckBox/MudCheckBox.razor.cs
Expand Up @@ -53,7 +53,7 @@ public partial class MudCheckBox<T> : MudBooleanInput<T>
public string Label { get; set; }

/// <summary>
/// If true the keyboard controls will be disabled.
/// If true, the checkbox can be controlled with the keyboard.
/// </summary>
[Parameter]
[Category(CategoryTypes.FormComponent.Behavior)]
Expand Down

0 comments on commit 921601c

Please sign in to comment.