Skip to content

Commit 50d4489

Browse files
committed
refactor(checkbox, radio, switch): align with blazor samples
1 parent 8740b1d commit 50d4489

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

samples/inputs/checkbox/label/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<body>
1616
<div id="root">
1717
<div class="container sample center">
18+
<igc-checkbox label-position="before">Label</igc-checkbox>
1819
<div class="wrapper">
1920
<span id="checkbox-label">Label</span>
2021
<igc-checkbox aria-labelledby="checkbox-label" label-position="before"></igc-checkbox>

samples/inputs/radio/label/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<igc-radio-group>
3535
<igc-radio name="fruit" label-position="before" value="apple">Apple</igc-radio>
3636
<div class="wrapper">
37-
<span id="radio-label">Label</span>
37+
<span id="radio-label">Orange</span>
3838
<igc-radio
3939
name="fruit"
4040
label-position="before"

samples/inputs/switches/label/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<body>
1616
<div id="root">
1717
<div class="container sample center">
18+
<igc-switch label-position="before">Label</igc-switch>
1819
<div class="wrapper">
1920
<span id="switch-label">Label</span>
2021
<igc-switch aria-labelledby="switch-label" label-position="before"></igc-switch>

0 commit comments

Comments
 (0)