We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d049364 commit 6066e83Copy full SHA for 6066e83
src/BootstrapBlazor.Server/Components/Samples/CheckboxLists.razor
@@ -128,7 +128,7 @@
128
<BootstrapInput @bind-Value="@Model.Name" />
129
</div>
130
<div class="col-12 col-sm-6">
131
- <CheckboxList @bind-Value="@SelectedItems" IsButton="true" Items="FooItems" />
+ <CheckboxList @bind-Value="@SelectedItems" IsButton="true" Items="FooItems" ShowLabel="true" DisplayText="Hobby" />
132
133
134
</ValidateForm>
0 commit comments