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 3a74a0d commit 6c30252Copy full SHA for 6c30252
src/BootstrapBlazor/Components/Transfer/TransferPanel.razor
@@ -31,8 +31,8 @@
31
{
32
var state = item.Active ? CheckboxState.Checked : CheckboxState.UnChecked;
33
<Checkbox TValue="SelectedItem" IsDisabled="@IsDisabled" class="@GetItemClass(item)"
34
- DisplayText="@item.Text" Value="item" ShowAfterLabel="true" ShowLabel="false"
35
- State="@state" OnStateChanged="@OnStateChanged"></Checkbox>
+ DisplayText="@item.Text" Value="item" ShowAfterLabel="true" ShowLabel="false"
+ State="@state" OnStateChanged="@OnStateChanged"></Checkbox>
36
}
37
else
38
0 commit comments