Skip to content

Commit d7dee42

Browse files
committed
update text in example
1 parent 7d40050 commit d7dee42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/uui-input/lib/uui-input-form-example.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ export class UUIInputInFormExampleElement extends LitElement {
8787
<uui-checkbox
8888
name="checkbox"
8989
value="Bike"
90-
label="This is my checkbox"
90+
label="This is my checked checkbox"
91+
checked
9192
required>
92-
Hello
93+
This is my checked checkbox
9394
</uui-checkbox>
9495
</div>
9596

0 commit comments

Comments
 (0)