Skip to content

Commit

Permalink
Cleanup of the various example site pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorchasewhite committed Jul 24, 2023
1 parent c360bda commit 2aeefae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
<div class="form-group" style="margin-bottom:0;">
<div class="form-check" style="line-height: initial;">
<input id="@($"{Name}-{ValueId}")" disabled="@Disabled" type="checkbox" class="form-check-input" checked=@Checked @onchange="eventArgs => { CheckboxClicked(ValueId, eventArgs.Value); }" />
<input id="@($"{Name}-{ValueId}")" disabled="@Disabled" type="checkbox" class="form-check-input" checked=@Checked @onchange="eventArgs => { CheckboxClicked(ValueId, eventArgs.Value!); }" />
<label for="@($"{Name}-{ValueId}")" class="form-check-label">@Text</label>
</div>
</div>
Expand Down

0 comments on commit 2aeefae

Please sign in to comment.