Skip to content

Commit 6066e83

Browse files
committed
doc: 更新示例
1 parent d049364 commit 6066e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<BootstrapInput @bind-Value="@Model.Name" />
129129
</div>
130130
<div class="col-12 col-sm-6">
131-
<CheckboxList @bind-Value="@SelectedItems" IsButton="true" Items="FooItems" />
131+
<CheckboxList @bind-Value="@SelectedItems" IsButton="true" Items="FooItems" ShowLabel="true" DisplayText="Hobby" />
132132
</div>
133133
</div>
134134
</ValidateForm>

0 commit comments

Comments
 (0)