[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #12761 from AlexVelezLl/fix-checkbox-issue
Browse files Browse the repository at this point in the history
Fix on my own merge account KCheckbox issue
  • Loading branch information
rtibbles authored Oct 28, 2024
2 parents 9ed7697 + fadfd85 commit 713c39c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<KCheckbox
ref="kCheckbox"
:label="$tr('consequences')"
:checked="false"
:checked="isConfirmed"
@change="isConfirmed = !isConfirmed"
@keydown.enter="handleContinue"
/>
Expand Down

0 comments on commit 713c39c

Please sign in to comment.