@patternfly/patternfly 6.0.0-alpha.186 → 6.0.0-alpha.188
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base/patternfly-variables.css +2 -2
- package/base/tokens/tokens-charts-dark.scss +1 -1
- package/base/tokens/tokens-charts.scss +1 -1
- package/base/tokens/tokens-dark.scss +1 -1
- package/base/tokens/tokens-default.scss +3 -3
- package/base/tokens/tokens-palette.scss +1 -1
- package/components/Toolbar/toolbar.css +232 -531
- package/components/Toolbar/toolbar.scss +101 -89
- package/components/_index.css +224 -523
- package/docs/components/Card/examples/Card.md +8 -8
- package/docs/components/DataList/examples/DataList.md +17 -17
- package/docs/components/DualListSelector/examples/DualListSelector.md +16 -16
- package/docs/components/Hint/examples/Hint.md +3 -3
- package/docs/components/NotificationDrawer/examples/NotificationDrawer.md +37 -37
- package/docs/components/OverflowMenu/examples/overflow-menu.md +5 -5
- package/docs/components/Table/examples/Table.md +454 -454
- package/docs/components/Toolbar/examples/Toolbar.css +10 -4
- package/docs/components/Toolbar/examples/Toolbar.md +1050 -637
- package/docs/demos/AboutModal/examples/AboutModal.md +1 -0
- package/docs/demos/Alert/examples/Alert.md +3 -0
- package/docs/demos/BackToTop/examples/BackToTop.md +1 -0
- package/docs/demos/Banner/examples/Banner.md +2 -0
- package/docs/demos/CardView/examples/CardView.md +13 -12
- package/docs/demos/Dashboard/examples/Dashboard.md +2 -1
- package/docs/demos/DataList/examples/DataList.md +31 -27
- package/docs/demos/DescriptionList/examples/DescriptionList.md +4 -1
- package/docs/demos/Drawer/examples/Drawer.md +6 -1
- package/docs/demos/JumpLinks/examples/JumpLinks.md +6 -0
- package/docs/demos/Masthead/examples/Masthead.md +19 -9
- package/docs/demos/Modal/examples/Modal.md +6 -0
- package/docs/demos/Nav/examples/Nav.md +8 -0
- package/docs/demos/NotificationDrawer/examples/NotificationDrawer.md +71 -61
- package/docs/demos/Page/examples/Page.md +11 -0
- package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +27 -19
- package/docs/demos/Skeleton/examples/Skeleton.md +1 -0
- package/docs/demos/Table/examples/Table.md +161 -146
- package/docs/demos/Tabs/examples/Tabs.md +32 -26
- package/docs/demos/Toolbar/examples/Toolbar.css +9 -1
- package/docs/demos/Toolbar/examples/Toolbar.md +1592 -1295
- package/docs/demos/Wizard/examples/Wizard.md +9 -0
- package/layouts/Flex/flex.css +1 -1
- package/layouts/Flex/flex.scss +1 -1
- package/layouts/Gallery/gallery.css +1 -1
- package/layouts/Gallery/gallery.scss +1 -1
- package/layouts/Grid/grid.css +1 -1
- package/layouts/Grid/grid.scss +1 -1
- package/layouts/Level/level.css +1 -1
- package/layouts/Level/level.scss +1 -1
- package/layouts/Split/split.css +1 -1
- package/layouts/Split/split.scss +1 -1
- package/layouts/Stack/stack.css +1 -1
- package/layouts/Stack/stack.scss +1 -1
- package/layouts/_index.css +6 -6
- package/package.json +6 -6
- package/patternfly-base-no-globals.css +2 -2
- package/patternfly-base.css +2 -2
- package/patternfly-no-globals.css +232 -531
- package/patternfly.css +232 -531
- package/patternfly.min.css +1 -1
- package/patternfly.min.css.map +1 -1
- package/docs/demos/Page/examples/Penta.md +0 -903
|
@@ -356,7 +356,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
356
356
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
357
357
|
<div
|
|
358
358
|
class="pf-v6-c-overflow-menu"
|
|
359
|
-
id="table-with-expanded-overflow-
|
|
359
|
+
id="table-with-expanded-overflow-menu-overflow-menu-1"
|
|
360
360
|
>
|
|
361
361
|
<div class="pf-v6-c-overflow-menu__content">
|
|
362
362
|
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
@@ -388,7 +388,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
388
388
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
389
389
|
<div
|
|
390
390
|
class="pf-v6-c-overflow-menu"
|
|
391
|
-
id="table-with-expanded-overflow-
|
|
391
|
+
id="table-with-expanded-overflow-menu-overflow-menu-2"
|
|
392
392
|
>
|
|
393
393
|
<div class="pf-v6-c-overflow-menu__content">
|
|
394
394
|
<div class="pf-v6-c-overflow-menu__group pf-m-button-group">
|
|
@@ -451,7 +451,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
451
451
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
452
452
|
<div
|
|
453
453
|
class="pf-v6-c-overflow-menu"
|
|
454
|
-
id="table-with-overflow-menu-
|
|
454
|
+
id="table-with-overflow-menu-collapsed-overflow-menu-1"
|
|
455
455
|
>
|
|
456
456
|
<div class="pf-v6-c-overflow-menu__control">
|
|
457
457
|
<button
|
|
@@ -481,7 +481,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
481
481
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
482
482
|
<div
|
|
483
483
|
class="pf-v6-c-overflow-menu"
|
|
484
|
-
id="table-with-overflow-menu-
|
|
484
|
+
id="table-with-overflow-menu-collapsed-overflow-menu-2"
|
|
485
485
|
>
|
|
486
486
|
<div class="pf-v6-c-overflow-menu__control">
|
|
487
487
|
<button
|
|
@@ -541,7 +541,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
541
541
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
542
542
|
<div
|
|
543
543
|
class="pf-v6-c-overflow-menu"
|
|
544
|
-
id="table-with-overflow-menu-collapsed-
|
|
544
|
+
id="table-with-overflow-menu-collapsed-mobile-overflow-menu-1"
|
|
545
545
|
>
|
|
546
546
|
<div class="pf-v6-c-overflow-menu__control">
|
|
547
547
|
<button
|
|
@@ -571,7 +571,7 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
571
571
|
<td class="pf-v6-c-table__td pf-v6-c-table__action" role="cell">
|
|
572
572
|
<div
|
|
573
573
|
class="pf-v6-c-overflow-menu"
|
|
574
|
-
id="table-with-overflow-menu-collapsed-
|
|
574
|
+
id="table-with-overflow-menu-collapsed-mobile-overflow-menu-2"
|
|
575
575
|
>
|
|
576
576
|
<div class="pf-v6-c-overflow-menu__control">
|
|
577
577
|
<button
|
|
@@ -609,14 +609,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
609
609
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
610
610
|
<label
|
|
611
611
|
class="pf-v6-c-check pf-m-standalone"
|
|
612
|
-
id="table-checkboxes-and-
|
|
613
|
-
for="table-checkboxes-and-
|
|
612
|
+
id="table-checkboxes-and-actions-checkrow-check"
|
|
613
|
+
for="table-checkboxes-and-actions-checkrow-check-input"
|
|
614
614
|
>
|
|
615
615
|
<input
|
|
616
616
|
class="pf-v6-c-check__input"
|
|
617
617
|
type="checkbox"
|
|
618
|
-
id="table-checkboxes-and-
|
|
619
|
-
name="table-checkboxes-and-
|
|
618
|
+
id="table-checkboxes-and-actions-checkrow-check-input"
|
|
619
|
+
name="table-checkboxes-and-actions-checkrow-check-input"
|
|
620
620
|
aria-label="Standalone check"
|
|
621
621
|
/>
|
|
622
622
|
</label>
|
|
@@ -645,14 +645,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
645
645
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
646
646
|
<label
|
|
647
647
|
class="pf-v6-c-check pf-m-standalone"
|
|
648
|
-
id="table-checkboxes-and-
|
|
649
|
-
for="table-checkboxes-and-
|
|
648
|
+
id="table-checkboxes-and-actions-checkrow-1-check"
|
|
649
|
+
for="table-checkboxes-and-actions-checkrow-1-check-input"
|
|
650
650
|
>
|
|
651
651
|
<input
|
|
652
652
|
class="pf-v6-c-check__input"
|
|
653
653
|
type="checkbox"
|
|
654
|
-
id="table-checkboxes-and-
|
|
655
|
-
name="table-checkboxes-and-
|
|
654
|
+
id="table-checkboxes-and-actions-checkrow-1-check-input"
|
|
655
|
+
name="table-checkboxes-and-actions-checkrow-1-check-input"
|
|
656
656
|
aria-label="Standalone check"
|
|
657
657
|
/>
|
|
658
658
|
</label>
|
|
@@ -693,14 +693,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
693
693
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
694
694
|
<label
|
|
695
695
|
class="pf-v6-c-check pf-m-standalone"
|
|
696
|
-
id="table-checkboxes-and-
|
|
697
|
-
for="table-checkboxes-and-
|
|
696
|
+
id="table-checkboxes-and-actions-checkrow-2-check"
|
|
697
|
+
for="table-checkboxes-and-actions-checkrow-2-check-input"
|
|
698
698
|
>
|
|
699
699
|
<input
|
|
700
700
|
class="pf-v6-c-check__input"
|
|
701
701
|
type="checkbox"
|
|
702
|
-
id="table-checkboxes-and-
|
|
703
|
-
name="table-checkboxes-and-
|
|
702
|
+
id="table-checkboxes-and-actions-checkrow-2-check-input"
|
|
703
|
+
name="table-checkboxes-and-actions-checkrow-2-check-input"
|
|
704
704
|
aria-label="Standalone check"
|
|
705
705
|
/>
|
|
706
706
|
</label>
|
|
@@ -742,14 +742,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
742
742
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
743
743
|
<label
|
|
744
744
|
class="pf-v6-c-check pf-m-standalone"
|
|
745
|
-
id="table-checkboxes-and-
|
|
746
|
-
for="table-checkboxes-and-
|
|
745
|
+
id="table-checkboxes-and-actions-checkrow-3-check"
|
|
746
|
+
for="table-checkboxes-and-actions-checkrow-3-check-input"
|
|
747
747
|
>
|
|
748
748
|
<input
|
|
749
749
|
class="pf-v6-c-check__input"
|
|
750
750
|
type="checkbox"
|
|
751
|
-
id="table-checkboxes-and-
|
|
752
|
-
name="table-checkboxes-and-
|
|
751
|
+
id="table-checkboxes-and-actions-checkrow-3-check-input"
|
|
752
|
+
name="table-checkboxes-and-actions-checkrow-3-check-input"
|
|
753
753
|
aria-label="Standalone check"
|
|
754
754
|
/>
|
|
755
755
|
</label>
|
|
@@ -791,14 +791,14 @@ These classes can be used to ensure that the table changes between the tabular a
|
|
|
791
791
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
792
792
|
<label
|
|
793
793
|
class="pf-v6-c-check pf-m-standalone"
|
|
794
|
-
id="table-checkboxes-and-
|
|
795
|
-
for="table-checkboxes-and-
|
|
794
|
+
id="table-checkboxes-and-actions-checkrow-4-check"
|
|
795
|
+
for="table-checkboxes-and-actions-checkrow-4-check-input"
|
|
796
796
|
>
|
|
797
797
|
<input
|
|
798
798
|
class="pf-v6-c-check__input"
|
|
799
799
|
type="checkbox"
|
|
800
|
-
id="table-checkboxes-and-
|
|
801
|
-
name="table-checkboxes-and-
|
|
800
|
+
id="table-checkboxes-and-actions-checkrow-4-check-input"
|
|
801
|
+
name="table-checkboxes-and-actions-checkrow-4-check-input"
|
|
802
802
|
aria-label="Standalone check"
|
|
803
803
|
/>
|
|
804
804
|
</label>
|
|
@@ -1100,14 +1100,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1100
1100
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1101
1101
|
<label
|
|
1102
1102
|
class="pf-v6-c-check pf-m-standalone"
|
|
1103
|
-
id="table-
|
|
1104
|
-
for="table-
|
|
1103
|
+
id="table-expandable-checkrow-thead-check"
|
|
1104
|
+
for="table-expandable-checkrow-thead-check-input"
|
|
1105
1105
|
>
|
|
1106
1106
|
<input
|
|
1107
1107
|
class="pf-v6-c-check__input"
|
|
1108
1108
|
type="checkbox"
|
|
1109
|
-
id="table-
|
|
1110
|
-
name="table-
|
|
1109
|
+
id="table-expandable-checkrow-thead-check-input"
|
|
1110
|
+
name="table-expandable-checkrow-thead-check-input"
|
|
1111
1111
|
aria-label="Standalone check"
|
|
1112
1112
|
/>
|
|
1113
1113
|
</label>
|
|
@@ -1189,14 +1189,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1189
1189
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1190
1190
|
<label
|
|
1191
1191
|
class="pf-v6-c-check pf-m-standalone"
|
|
1192
|
-
id="table-
|
|
1193
|
-
for="table-
|
|
1192
|
+
id="table-expandable-checkrow-1-check"
|
|
1193
|
+
for="table-expandable-checkrow-1-check-input"
|
|
1194
1194
|
>
|
|
1195
1195
|
<input
|
|
1196
1196
|
class="pf-v6-c-check__input"
|
|
1197
1197
|
type="checkbox"
|
|
1198
|
-
id="table-
|
|
1199
|
-
name="table-
|
|
1198
|
+
id="table-expandable-checkrow-1-check-input"
|
|
1199
|
+
name="table-expandable-checkrow-1-check-input"
|
|
1200
1200
|
aria-label="Standalone check"
|
|
1201
1201
|
/>
|
|
1202
1202
|
</label>
|
|
@@ -1274,14 +1274,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1274
1274
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1275
1275
|
<label
|
|
1276
1276
|
class="pf-v6-c-check pf-m-standalone"
|
|
1277
|
-
id="table-
|
|
1278
|
-
for="table-
|
|
1277
|
+
id="table-expandable-checkrow-2-check"
|
|
1278
|
+
for="table-expandable-checkrow-2-check-input"
|
|
1279
1279
|
>
|
|
1280
1280
|
<input
|
|
1281
1281
|
class="pf-v6-c-check__input"
|
|
1282
1282
|
type="checkbox"
|
|
1283
|
-
id="table-
|
|
1284
|
-
name="table-
|
|
1283
|
+
id="table-expandable-checkrow-2-check-input"
|
|
1284
|
+
name="table-expandable-checkrow-2-check-input"
|
|
1285
1285
|
aria-label="Standalone check"
|
|
1286
1286
|
/>
|
|
1287
1287
|
</label>
|
|
@@ -1352,14 +1352,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1352
1352
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1353
1353
|
<label
|
|
1354
1354
|
class="pf-v6-c-check pf-m-standalone"
|
|
1355
|
-
id="table-
|
|
1356
|
-
for="table-
|
|
1355
|
+
id="table-expandable-checkrow-3-check"
|
|
1356
|
+
for="table-expandable-checkrow-3-check-input"
|
|
1357
1357
|
>
|
|
1358
1358
|
<input
|
|
1359
1359
|
class="pf-v6-c-check__input"
|
|
1360
1360
|
type="checkbox"
|
|
1361
|
-
id="table-
|
|
1362
|
-
name="table-
|
|
1361
|
+
id="table-expandable-checkrow-3-check-input"
|
|
1362
|
+
name="table-expandable-checkrow-3-check-input"
|
|
1363
1363
|
aria-label="Standalone check"
|
|
1364
1364
|
/>
|
|
1365
1365
|
</label>
|
|
@@ -1433,14 +1433,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1433
1433
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1434
1434
|
<label
|
|
1435
1435
|
class="pf-v6-c-check pf-m-standalone"
|
|
1436
|
-
id="table-
|
|
1437
|
-
for="table-
|
|
1436
|
+
id="table-expandable-checkrow-4-check"
|
|
1437
|
+
for="table-expandable-checkrow-4-check-input"
|
|
1438
1438
|
>
|
|
1439
1439
|
<input
|
|
1440
1440
|
class="pf-v6-c-check__input"
|
|
1441
1441
|
type="checkbox"
|
|
1442
|
-
id="table-
|
|
1443
|
-
name="table-
|
|
1442
|
+
id="table-expandable-checkrow-4-check-input"
|
|
1443
|
+
name="table-expandable-checkrow-4-check-input"
|
|
1444
1444
|
aria-label="Standalone check"
|
|
1445
1445
|
/>
|
|
1446
1446
|
</label>
|
|
@@ -1526,14 +1526,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1526
1526
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1527
1527
|
<label
|
|
1528
1528
|
class="pf-v6-c-check pf-m-standalone"
|
|
1529
|
-
id="expandable-set-width-columns-
|
|
1530
|
-
for="expandable-set-width-columns-
|
|
1529
|
+
id="expandable-set-width-columns-example-checkrow-thead-check"
|
|
1530
|
+
for="expandable-set-width-columns-example-checkrow-thead-check-input"
|
|
1531
1531
|
>
|
|
1532
1532
|
<input
|
|
1533
1533
|
class="pf-v6-c-check__input"
|
|
1534
1534
|
type="checkbox"
|
|
1535
|
-
id="expandable-set-width-columns-
|
|
1536
|
-
name="expandable-set-width-columns-
|
|
1535
|
+
id="expandable-set-width-columns-example-checkrow-thead-check-input"
|
|
1536
|
+
name="expandable-set-width-columns-example-checkrow-thead-check-input"
|
|
1537
1537
|
aria-label="Standalone check"
|
|
1538
1538
|
/>
|
|
1539
1539
|
</label>
|
|
@@ -1619,14 +1619,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1619
1619
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1620
1620
|
<label
|
|
1621
1621
|
class="pf-v6-c-check pf-m-standalone"
|
|
1622
|
-
id="expandable-set-width-columns-
|
|
1623
|
-
for="expandable-set-width-columns-
|
|
1622
|
+
id="expandable-set-width-columns-example-checkrow-1-check"
|
|
1623
|
+
for="expandable-set-width-columns-example-checkrow-1-check-input"
|
|
1624
1624
|
>
|
|
1625
1625
|
<input
|
|
1626
1626
|
class="pf-v6-c-check__input"
|
|
1627
1627
|
type="checkbox"
|
|
1628
|
-
id="expandable-set-width-columns-
|
|
1629
|
-
name="expandable-set-width-columns-
|
|
1628
|
+
id="expandable-set-width-columns-example-checkrow-1-check-input"
|
|
1629
|
+
name="expandable-set-width-columns-example-checkrow-1-check-input"
|
|
1630
1630
|
aria-label="Standalone check"
|
|
1631
1631
|
/>
|
|
1632
1632
|
</label>
|
|
@@ -1701,14 +1701,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1701
1701
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1702
1702
|
<label
|
|
1703
1703
|
class="pf-v6-c-check pf-m-standalone"
|
|
1704
|
-
id="expandable-set-width-columns-
|
|
1705
|
-
for="expandable-set-width-columns-
|
|
1704
|
+
id="expandable-set-width-columns-example-checkrow-2-check"
|
|
1705
|
+
for="expandable-set-width-columns-example-checkrow-2-check-input"
|
|
1706
1706
|
>
|
|
1707
1707
|
<input
|
|
1708
1708
|
class="pf-v6-c-check__input"
|
|
1709
1709
|
type="checkbox"
|
|
1710
|
-
id="expandable-set-width-columns-
|
|
1711
|
-
name="expandable-set-width-columns-
|
|
1710
|
+
id="expandable-set-width-columns-example-checkrow-2-check-input"
|
|
1711
|
+
name="expandable-set-width-columns-example-checkrow-2-check-input"
|
|
1712
1712
|
aria-label="Standalone check"
|
|
1713
1713
|
/>
|
|
1714
1714
|
</label>
|
|
@@ -1784,14 +1784,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1784
1784
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1785
1785
|
<label
|
|
1786
1786
|
class="pf-v6-c-check pf-m-standalone"
|
|
1787
|
-
id="expandable-set-width-columns-
|
|
1788
|
-
for="expandable-set-width-columns-
|
|
1787
|
+
id="expandable-set-width-columns-example-checkrow-3-check"
|
|
1788
|
+
for="expandable-set-width-columns-example-checkrow-3-check-input"
|
|
1789
1789
|
>
|
|
1790
1790
|
<input
|
|
1791
1791
|
class="pf-v6-c-check__input"
|
|
1792
1792
|
type="checkbox"
|
|
1793
|
-
id="expandable-set-width-columns-
|
|
1794
|
-
name="expandable-set-width-columns-
|
|
1793
|
+
id="expandable-set-width-columns-example-checkrow-3-check-input"
|
|
1794
|
+
name="expandable-set-width-columns-example-checkrow-3-check-input"
|
|
1795
1795
|
aria-label="Standalone check"
|
|
1796
1796
|
/>
|
|
1797
1797
|
</label>
|
|
@@ -1861,14 +1861,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1861
1861
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1862
1862
|
<label
|
|
1863
1863
|
class="pf-v6-c-check pf-m-standalone"
|
|
1864
|
-
id="expandable-set-width-columns-
|
|
1865
|
-
for="expandable-set-width-columns-
|
|
1864
|
+
id="expandable-set-width-columns-example-checkrow-4-check"
|
|
1865
|
+
for="expandable-set-width-columns-example-checkrow-4-check-input"
|
|
1866
1866
|
>
|
|
1867
1867
|
<input
|
|
1868
1868
|
class="pf-v6-c-check__input"
|
|
1869
1869
|
type="checkbox"
|
|
1870
|
-
id="expandable-set-width-columns-
|
|
1871
|
-
name="expandable-set-width-columns-
|
|
1870
|
+
id="expandable-set-width-columns-example-checkrow-4-check-input"
|
|
1871
|
+
name="expandable-set-width-columns-example-checkrow-4-check-input"
|
|
1872
1872
|
aria-label="Standalone check"
|
|
1873
1873
|
/>
|
|
1874
1874
|
</label>
|
|
@@ -1955,14 +1955,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
1955
1955
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
1956
1956
|
<label
|
|
1957
1957
|
class="pf-v6-c-check pf-m-standalone"
|
|
1958
|
-
id="table-expandable-nested-
|
|
1959
|
-
for="table-expandable-nested-
|
|
1958
|
+
id="table-expandable-nested-table-checkrow-thead-check"
|
|
1959
|
+
for="table-expandable-nested-table-checkrow-thead-check-input"
|
|
1960
1960
|
>
|
|
1961
1961
|
<input
|
|
1962
1962
|
class="pf-v6-c-check__input"
|
|
1963
1963
|
type="checkbox"
|
|
1964
|
-
id="table-expandable-nested-
|
|
1965
|
-
name="table-expandable-nested-
|
|
1964
|
+
id="table-expandable-nested-table-checkrow-thead-check-input"
|
|
1965
|
+
name="table-expandable-nested-table-checkrow-thead-check-input"
|
|
1966
1966
|
aria-label="Standalone check"
|
|
1967
1967
|
/>
|
|
1968
1968
|
</label>
|
|
@@ -2044,14 +2044,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2044
2044
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2045
2045
|
<label
|
|
2046
2046
|
class="pf-v6-c-check pf-m-standalone"
|
|
2047
|
-
id="table-expandable-nested-
|
|
2048
|
-
for="table-expandable-nested-
|
|
2047
|
+
id="table-expandable-nested-table-checkrow-1-check"
|
|
2048
|
+
for="table-expandable-nested-table-checkrow-1-check-input"
|
|
2049
2049
|
>
|
|
2050
2050
|
<input
|
|
2051
2051
|
class="pf-v6-c-check__input"
|
|
2052
2052
|
type="checkbox"
|
|
2053
|
-
id="table-expandable-nested-
|
|
2054
|
-
name="table-expandable-nested-
|
|
2053
|
+
id="table-expandable-nested-table-checkrow-1-check-input"
|
|
2054
|
+
name="table-expandable-nested-table-checkrow-1-check-input"
|
|
2055
2055
|
aria-label="Standalone check"
|
|
2056
2056
|
/>
|
|
2057
2057
|
</label>
|
|
@@ -2277,14 +2277,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2277
2277
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2278
2278
|
<label
|
|
2279
2279
|
class="pf-v6-c-check pf-m-standalone"
|
|
2280
|
-
id="table-expandable-nested-
|
|
2281
|
-
for="table-expandable-nested-
|
|
2280
|
+
id="table-expandable-nested-table-checkrow-2-check"
|
|
2281
|
+
for="table-expandable-nested-table-checkrow-2-check-input"
|
|
2282
2282
|
>
|
|
2283
2283
|
<input
|
|
2284
2284
|
class="pf-v6-c-check__input"
|
|
2285
2285
|
type="checkbox"
|
|
2286
|
-
id="table-expandable-nested-
|
|
2287
|
-
name="table-expandable-nested-
|
|
2286
|
+
id="table-expandable-nested-table-checkrow-2-check-input"
|
|
2287
|
+
name="table-expandable-nested-table-checkrow-2-check-input"
|
|
2288
2288
|
aria-label="Standalone check"
|
|
2289
2289
|
/>
|
|
2290
2290
|
</label>
|
|
@@ -2355,14 +2355,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2355
2355
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2356
2356
|
<label
|
|
2357
2357
|
class="pf-v6-c-check pf-m-standalone"
|
|
2358
|
-
id="table-expandable-nested-
|
|
2359
|
-
for="table-expandable-nested-
|
|
2358
|
+
id="table-expandable-nested-table-checkrow-3-check"
|
|
2359
|
+
for="table-expandable-nested-table-checkrow-3-check-input"
|
|
2360
2360
|
>
|
|
2361
2361
|
<input
|
|
2362
2362
|
class="pf-v6-c-check__input"
|
|
2363
2363
|
type="checkbox"
|
|
2364
|
-
id="table-expandable-nested-
|
|
2365
|
-
name="table-expandable-nested-
|
|
2364
|
+
id="table-expandable-nested-table-checkrow-3-check-input"
|
|
2365
|
+
name="table-expandable-nested-table-checkrow-3-check-input"
|
|
2366
2366
|
aria-label="Standalone check"
|
|
2367
2367
|
/>
|
|
2368
2368
|
</label>
|
|
@@ -2436,14 +2436,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
|
|
|
2436
2436
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
2437
2437
|
<label
|
|
2438
2438
|
class="pf-v6-c-check pf-m-standalone"
|
|
2439
|
-
id="table-expandable-nested-
|
|
2440
|
-
for="table-expandable-nested-
|
|
2439
|
+
id="table-expandable-nested-table-checkrow-4-check"
|
|
2440
|
+
for="table-expandable-nested-table-checkrow-4-check-input"
|
|
2441
2441
|
>
|
|
2442
2442
|
<input
|
|
2443
2443
|
class="pf-v6-c-check__input"
|
|
2444
2444
|
type="checkbox"
|
|
2445
|
-
id="table-expandable-nested-
|
|
2446
|
-
name="table-expandable-nested-
|
|
2445
|
+
id="table-expandable-nested-table-checkrow-4-check-input"
|
|
2446
|
+
name="table-expandable-nested-table-checkrow-4-check-input"
|
|
2447
2447
|
aria-label="Standalone check"
|
|
2448
2448
|
/>
|
|
2449
2449
|
</label>
|
|
@@ -4666,14 +4666,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4666
4666
|
>
|
|
4667
4667
|
<label
|
|
4668
4668
|
class="pf-v6-c-check pf-m-standalone"
|
|
4669
|
-
id="table-
|
|
4670
|
-
for="table-
|
|
4669
|
+
id="table-compact-checkrow-thead-check"
|
|
4670
|
+
for="table-compact-checkrow-thead-check-input"
|
|
4671
4671
|
>
|
|
4672
4672
|
<input
|
|
4673
4673
|
class="pf-v6-c-check__input"
|
|
4674
4674
|
type="checkbox"
|
|
4675
|
-
id="table-
|
|
4676
|
-
name="table-
|
|
4675
|
+
id="table-compact-checkrow-thead-check-input"
|
|
4676
|
+
name="table-compact-checkrow-thead-check-input"
|
|
4677
4677
|
aria-label="Standalone check"
|
|
4678
4678
|
/>
|
|
4679
4679
|
</label>
|
|
@@ -4709,14 +4709,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4709
4709
|
>
|
|
4710
4710
|
<label
|
|
4711
4711
|
class="pf-v6-c-check pf-m-standalone"
|
|
4712
|
-
id="table-
|
|
4713
|
-
for="table-
|
|
4712
|
+
id="table-compact-checkrow-1-check"
|
|
4713
|
+
for="table-compact-checkrow-1-check-input"
|
|
4714
4714
|
>
|
|
4715
4715
|
<input
|
|
4716
4716
|
class="pf-v6-c-check__input"
|
|
4717
4717
|
type="checkbox"
|
|
4718
|
-
id="table-
|
|
4719
|
-
name="table-
|
|
4718
|
+
id="table-compact-checkrow-1-check-input"
|
|
4719
|
+
name="table-compact-checkrow-1-check-input"
|
|
4720
4720
|
aria-label="Standalone check"
|
|
4721
4721
|
/>
|
|
4722
4722
|
</label>
|
|
@@ -4789,14 +4789,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4789
4789
|
>
|
|
4790
4790
|
<label
|
|
4791
4791
|
class="pf-v6-c-check pf-m-standalone"
|
|
4792
|
-
id="table-
|
|
4793
|
-
for="table-
|
|
4792
|
+
id="table-compact-checkrow-2-check"
|
|
4793
|
+
for="table-compact-checkrow-2-check-input"
|
|
4794
4794
|
>
|
|
4795
4795
|
<input
|
|
4796
4796
|
class="pf-v6-c-check__input"
|
|
4797
4797
|
type="checkbox"
|
|
4798
|
-
id="table-
|
|
4799
|
-
name="table-
|
|
4798
|
+
id="table-compact-checkrow-2-check-input"
|
|
4799
|
+
name="table-compact-checkrow-2-check-input"
|
|
4800
4800
|
aria-label="Standalone check"
|
|
4801
4801
|
/>
|
|
4802
4802
|
</label>
|
|
@@ -4869,14 +4869,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4869
4869
|
>
|
|
4870
4870
|
<label
|
|
4871
4871
|
class="pf-v6-c-check pf-m-standalone"
|
|
4872
|
-
id="table-
|
|
4873
|
-
for="table-
|
|
4872
|
+
id="table-compact-checkrow-3-check"
|
|
4873
|
+
for="table-compact-checkrow-3-check-input"
|
|
4874
4874
|
>
|
|
4875
4875
|
<input
|
|
4876
4876
|
class="pf-v6-c-check__input"
|
|
4877
4877
|
type="checkbox"
|
|
4878
|
-
id="table-
|
|
4879
|
-
name="table-
|
|
4878
|
+
id="table-compact-checkrow-3-check-input"
|
|
4879
|
+
name="table-compact-checkrow-3-check-input"
|
|
4880
4880
|
aria-label="Standalone check"
|
|
4881
4881
|
/>
|
|
4882
4882
|
</label>
|
|
@@ -4949,14 +4949,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
4949
4949
|
>
|
|
4950
4950
|
<label
|
|
4951
4951
|
class="pf-v6-c-check pf-m-standalone"
|
|
4952
|
-
id="table-
|
|
4953
|
-
for="table-
|
|
4952
|
+
id="table-compact-checkrow-4-check"
|
|
4953
|
+
for="table-compact-checkrow-4-check-input"
|
|
4954
4954
|
>
|
|
4955
4955
|
<input
|
|
4956
4956
|
class="pf-v6-c-check__input"
|
|
4957
4957
|
type="checkbox"
|
|
4958
|
-
id="table-
|
|
4959
|
-
name="table-
|
|
4958
|
+
id="table-compact-checkrow-4-check-input"
|
|
4959
|
+
name="table-compact-checkrow-4-check-input"
|
|
4960
4960
|
aria-label="Standalone check"
|
|
4961
4961
|
/>
|
|
4962
4962
|
</label>
|
|
@@ -5062,14 +5062,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5062
5062
|
>
|
|
5063
5063
|
<label
|
|
5064
5064
|
class="pf-v6-c-check pf-m-standalone"
|
|
5065
|
-
id="table-compact-
|
|
5066
|
-
for="table-compact-
|
|
5065
|
+
id="table-compact-expandable-checkrow-thead-check"
|
|
5066
|
+
for="table-compact-expandable-checkrow-thead-check-input"
|
|
5067
5067
|
>
|
|
5068
5068
|
<input
|
|
5069
5069
|
class="pf-v6-c-check__input"
|
|
5070
5070
|
type="checkbox"
|
|
5071
|
-
id="table-compact-
|
|
5072
|
-
name="table-compact-
|
|
5071
|
+
id="table-compact-expandable-checkrow-thead-check-input"
|
|
5072
|
+
name="table-compact-expandable-checkrow-thead-check-input"
|
|
5073
5073
|
aria-label="Standalone check"
|
|
5074
5074
|
/>
|
|
5075
5075
|
</label>
|
|
@@ -5123,14 +5123,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5123
5123
|
>
|
|
5124
5124
|
<label
|
|
5125
5125
|
class="pf-v6-c-check pf-m-standalone"
|
|
5126
|
-
id="table-compact-
|
|
5127
|
-
for="table-compact-
|
|
5126
|
+
id="table-compact-expandable-checkrow-1-check"
|
|
5127
|
+
for="table-compact-expandable-checkrow-1-check-input"
|
|
5128
5128
|
>
|
|
5129
5129
|
<input
|
|
5130
5130
|
class="pf-v6-c-check__input"
|
|
5131
5131
|
type="checkbox"
|
|
5132
|
-
id="table-compact-
|
|
5133
|
-
name="table-compact-
|
|
5132
|
+
id="table-compact-expandable-checkrow-1-check-input"
|
|
5133
|
+
name="table-compact-expandable-checkrow-1-check-input"
|
|
5134
5134
|
aria-label="Standalone check"
|
|
5135
5135
|
/>
|
|
5136
5136
|
</label>
|
|
@@ -5228,14 +5228,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5228
5228
|
>
|
|
5229
5229
|
<label
|
|
5230
5230
|
class="pf-v6-c-check pf-m-standalone"
|
|
5231
|
-
id="table-compact-
|
|
5232
|
-
for="table-compact-
|
|
5231
|
+
id="table-compact-expandable-checkrow-2-check"
|
|
5232
|
+
for="table-compact-expandable-checkrow-2-check-input"
|
|
5233
5233
|
>
|
|
5234
5234
|
<input
|
|
5235
5235
|
class="pf-v6-c-check__input"
|
|
5236
5236
|
type="checkbox"
|
|
5237
|
-
id="table-compact-
|
|
5238
|
-
name="table-compact-
|
|
5237
|
+
id="table-compact-expandable-checkrow-2-check-input"
|
|
5238
|
+
name="table-compact-expandable-checkrow-2-check-input"
|
|
5239
5239
|
aria-label="Standalone check"
|
|
5240
5240
|
/>
|
|
5241
5241
|
</label>
|
|
@@ -5326,14 +5326,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5326
5326
|
>
|
|
5327
5327
|
<label
|
|
5328
5328
|
class="pf-v6-c-check pf-m-standalone"
|
|
5329
|
-
id="table-compact-
|
|
5330
|
-
for="table-compact-
|
|
5329
|
+
id="table-compact-expandable-checkrow-3-check"
|
|
5330
|
+
for="table-compact-expandable-checkrow-3-check-input"
|
|
5331
5331
|
>
|
|
5332
5332
|
<input
|
|
5333
5333
|
class="pf-v6-c-check__input"
|
|
5334
5334
|
type="checkbox"
|
|
5335
|
-
id="table-compact-
|
|
5336
|
-
name="table-compact-
|
|
5335
|
+
id="table-compact-expandable-checkrow-3-check-input"
|
|
5336
|
+
name="table-compact-expandable-checkrow-3-check-input"
|
|
5337
5337
|
aria-label="Standalone check"
|
|
5338
5338
|
/>
|
|
5339
5339
|
</label>
|
|
@@ -5427,14 +5427,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5427
5427
|
>
|
|
5428
5428
|
<label
|
|
5429
5429
|
class="pf-v6-c-check pf-m-standalone"
|
|
5430
|
-
id="table-compact-
|
|
5431
|
-
for="table-compact-
|
|
5430
|
+
id="table-compact-expandable-checkrow-4-check"
|
|
5431
|
+
for="table-compact-expandable-checkrow-4-check-input"
|
|
5432
5432
|
>
|
|
5433
5433
|
<input
|
|
5434
5434
|
class="pf-v6-c-check__input"
|
|
5435
5435
|
type="checkbox"
|
|
5436
|
-
id="table-compact-
|
|
5437
|
-
name="table-compact-
|
|
5436
|
+
id="table-compact-expandable-checkrow-4-check-input"
|
|
5437
|
+
name="table-compact-expandable-checkrow-4-check-input"
|
|
5438
5438
|
aria-label="Standalone check"
|
|
5439
5439
|
/>
|
|
5440
5440
|
</label>
|
|
@@ -5527,14 +5527,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5527
5527
|
>
|
|
5528
5528
|
<label
|
|
5529
5529
|
class="pf-v6-c-check pf-m-standalone"
|
|
5530
|
-
id="table-compact-
|
|
5531
|
-
for="table-compact-
|
|
5530
|
+
id="table-compact-expandable-checkrow-5-check"
|
|
5531
|
+
for="table-compact-expandable-checkrow-5-check-input"
|
|
5532
5532
|
>
|
|
5533
5533
|
<input
|
|
5534
5534
|
class="pf-v6-c-check__input"
|
|
5535
5535
|
type="checkbox"
|
|
5536
|
-
id="table-compact-
|
|
5537
|
-
name="table-compact-
|
|
5536
|
+
id="table-compact-expandable-checkrow-5-check-input"
|
|
5537
|
+
name="table-compact-expandable-checkrow-5-check-input"
|
|
5538
5538
|
aria-label="Standalone check"
|
|
5539
5539
|
/>
|
|
5540
5540
|
</label>
|
|
@@ -5625,14 +5625,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5625
5625
|
>
|
|
5626
5626
|
<label
|
|
5627
5627
|
class="pf-v6-c-check pf-m-standalone"
|
|
5628
|
-
id="table-compact-
|
|
5629
|
-
for="table-compact-
|
|
5628
|
+
id="table-compact-expandable-checkrow-6-check"
|
|
5629
|
+
for="table-compact-expandable-checkrow-6-check-input"
|
|
5630
5630
|
>
|
|
5631
5631
|
<input
|
|
5632
5632
|
class="pf-v6-c-check__input"
|
|
5633
5633
|
type="checkbox"
|
|
5634
|
-
id="table-compact-
|
|
5635
|
-
name="table-compact-
|
|
5634
|
+
id="table-compact-expandable-checkrow-6-check-input"
|
|
5635
|
+
name="table-compact-expandable-checkrow-6-check-input"
|
|
5636
5636
|
aria-label="Standalone check"
|
|
5637
5637
|
/>
|
|
5638
5638
|
</label>
|
|
@@ -5732,14 +5732,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5732
5732
|
>
|
|
5733
5733
|
<label
|
|
5734
5734
|
class="pf-v6-c-check pf-m-standalone"
|
|
5735
|
-
id="table-compact-
|
|
5736
|
-
for="table-compact-
|
|
5735
|
+
id="table-compact-expandable-checkrow-7-check"
|
|
5736
|
+
for="table-compact-expandable-checkrow-7-check-input"
|
|
5737
5737
|
>
|
|
5738
5738
|
<input
|
|
5739
5739
|
class="pf-v6-c-check__input"
|
|
5740
5740
|
type="checkbox"
|
|
5741
|
-
id="table-compact-
|
|
5742
|
-
name="table-compact-
|
|
5741
|
+
id="table-compact-expandable-checkrow-7-check-input"
|
|
5742
|
+
name="table-compact-expandable-checkrow-7-check-input"
|
|
5743
5743
|
aria-label="Standalone check"
|
|
5744
5744
|
/>
|
|
5745
5745
|
</label>
|
|
@@ -5830,14 +5830,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5830
5830
|
>
|
|
5831
5831
|
<label
|
|
5832
5832
|
class="pf-v6-c-check pf-m-standalone"
|
|
5833
|
-
id="table-compact-
|
|
5834
|
-
for="table-compact-
|
|
5833
|
+
id="table-compact-expandable-checkrow-8-check"
|
|
5834
|
+
for="table-compact-expandable-checkrow-8-check-input"
|
|
5835
5835
|
>
|
|
5836
5836
|
<input
|
|
5837
5837
|
class="pf-v6-c-check__input"
|
|
5838
5838
|
type="checkbox"
|
|
5839
|
-
id="table-compact-
|
|
5840
|
-
name="table-compact-
|
|
5839
|
+
id="table-compact-expandable-checkrow-8-check-input"
|
|
5840
|
+
name="table-compact-expandable-checkrow-8-check-input"
|
|
5841
5841
|
aria-label="Standalone check"
|
|
5842
5842
|
/>
|
|
5843
5843
|
</label>
|
|
@@ -5932,14 +5932,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
5932
5932
|
>
|
|
5933
5933
|
<label
|
|
5934
5934
|
class="pf-v6-c-check pf-m-standalone"
|
|
5935
|
-
id="table-compact-
|
|
5936
|
-
for="table-compact-
|
|
5935
|
+
id="table-compact-expandable-checkrow-9-check"
|
|
5936
|
+
for="table-compact-expandable-checkrow-9-check-input"
|
|
5937
5937
|
>
|
|
5938
5938
|
<input
|
|
5939
5939
|
class="pf-v6-c-check__input"
|
|
5940
5940
|
type="checkbox"
|
|
5941
|
-
id="table-compact-
|
|
5942
|
-
name="table-compact-
|
|
5941
|
+
id="table-compact-expandable-checkrow-9-check-input"
|
|
5942
|
+
name="table-compact-expandable-checkrow-9-check-input"
|
|
5943
5943
|
aria-label="Standalone check"
|
|
5944
5944
|
/>
|
|
5945
5945
|
</label>
|
|
@@ -6027,14 +6027,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6027
6027
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6028
6028
|
<label
|
|
6029
6029
|
class="pf-v6-c-check pf-m-standalone"
|
|
6030
|
-
id="table-
|
|
6031
|
-
for="table-
|
|
6030
|
+
id="table-clickable-checkrow-thead-check"
|
|
6031
|
+
for="table-clickable-checkrow-thead-check-input"
|
|
6032
6032
|
>
|
|
6033
6033
|
<input
|
|
6034
6034
|
class="pf-v6-c-check__input"
|
|
6035
6035
|
type="checkbox"
|
|
6036
|
-
id="table-
|
|
6037
|
-
name="table-
|
|
6036
|
+
id="table-clickable-checkrow-thead-check-input"
|
|
6037
|
+
name="table-clickable-checkrow-thead-check-input"
|
|
6038
6038
|
aria-label="Standalone check"
|
|
6039
6039
|
/>
|
|
6040
6040
|
</label>
|
|
@@ -6065,14 +6065,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6065
6065
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6066
6066
|
<label
|
|
6067
6067
|
class="pf-v6-c-check pf-m-standalone"
|
|
6068
|
-
id="table-
|
|
6069
|
-
for="table-
|
|
6068
|
+
id="table-clickable-checkrow-1-check"
|
|
6069
|
+
for="table-clickable-checkrow-1-check-input"
|
|
6070
6070
|
>
|
|
6071
6071
|
<input
|
|
6072
6072
|
class="pf-v6-c-check__input"
|
|
6073
6073
|
type="checkbox"
|
|
6074
|
-
id="table-
|
|
6075
|
-
name="table-
|
|
6074
|
+
id="table-clickable-checkrow-1-check-input"
|
|
6075
|
+
name="table-clickable-checkrow-1-check-input"
|
|
6076
6076
|
aria-label="Standalone check"
|
|
6077
6077
|
/>
|
|
6078
6078
|
</label>
|
|
@@ -6107,14 +6107,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6107
6107
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6108
6108
|
<label
|
|
6109
6109
|
class="pf-v6-c-check pf-m-standalone"
|
|
6110
|
-
id="table-
|
|
6111
|
-
for="table-
|
|
6110
|
+
id="table-clickable-checkrow-2-check"
|
|
6111
|
+
for="table-clickable-checkrow-2-check-input"
|
|
6112
6112
|
>
|
|
6113
6113
|
<input
|
|
6114
6114
|
class="pf-v6-c-check__input"
|
|
6115
6115
|
type="checkbox"
|
|
6116
|
-
id="table-
|
|
6117
|
-
name="table-
|
|
6116
|
+
id="table-clickable-checkrow-2-check-input"
|
|
6117
|
+
name="table-clickable-checkrow-2-check-input"
|
|
6118
6118
|
aria-label="Standalone check"
|
|
6119
6119
|
/>
|
|
6120
6120
|
</label>
|
|
@@ -6147,14 +6147,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6147
6147
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6148
6148
|
<label
|
|
6149
6149
|
class="pf-v6-c-check pf-m-standalone"
|
|
6150
|
-
id="table-
|
|
6151
|
-
for="table-
|
|
6150
|
+
id="table-clickable-checkrow-3-check"
|
|
6151
|
+
for="table-clickable-checkrow-3-check-input"
|
|
6152
6152
|
>
|
|
6153
6153
|
<input
|
|
6154
6154
|
class="pf-v6-c-check__input"
|
|
6155
6155
|
type="checkbox"
|
|
6156
|
-
id="table-
|
|
6157
|
-
name="table-
|
|
6156
|
+
id="table-clickable-checkrow-3-check-input"
|
|
6157
|
+
name="table-clickable-checkrow-3-check-input"
|
|
6158
6158
|
aria-label="Standalone check"
|
|
6159
6159
|
/>
|
|
6160
6160
|
</label>
|
|
@@ -6202,14 +6202,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6202
6202
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6203
6203
|
<label
|
|
6204
6204
|
class="pf-v6-c-check pf-m-standalone"
|
|
6205
|
-
id="table-expandable-
|
|
6206
|
-
for="table-expandable-
|
|
6205
|
+
id="table-expandable-clickable-checkrow-thead-check"
|
|
6206
|
+
for="table-expandable-clickable-checkrow-thead-check-input"
|
|
6207
6207
|
>
|
|
6208
6208
|
<input
|
|
6209
6209
|
class="pf-v6-c-check__input"
|
|
6210
6210
|
type="checkbox"
|
|
6211
|
-
id="table-expandable-
|
|
6212
|
-
name="table-expandable-
|
|
6211
|
+
id="table-expandable-clickable-checkrow-thead-check-input"
|
|
6212
|
+
name="table-expandable-clickable-checkrow-thead-check-input"
|
|
6213
6213
|
aria-label="Standalone check"
|
|
6214
6214
|
/>
|
|
6215
6215
|
</label>
|
|
@@ -6294,14 +6294,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6294
6294
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6295
6295
|
<label
|
|
6296
6296
|
class="pf-v6-c-check pf-m-standalone"
|
|
6297
|
-
id="table-expandable-
|
|
6298
|
-
for="table-expandable-
|
|
6297
|
+
id="table-expandable-clickable-checkrow-1-check"
|
|
6298
|
+
for="table-expandable-clickable-checkrow-1-check-input"
|
|
6299
6299
|
>
|
|
6300
6300
|
<input
|
|
6301
6301
|
class="pf-v6-c-check__input"
|
|
6302
6302
|
type="checkbox"
|
|
6303
|
-
id="table-expandable-
|
|
6304
|
-
name="table-expandable-
|
|
6303
|
+
id="table-expandable-clickable-checkrow-1-check-input"
|
|
6304
|
+
name="table-expandable-clickable-checkrow-1-check-input"
|
|
6305
6305
|
aria-label="Standalone check"
|
|
6306
6306
|
/>
|
|
6307
6307
|
</label>
|
|
@@ -6380,14 +6380,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6380
6380
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6381
6381
|
<label
|
|
6382
6382
|
class="pf-v6-c-check pf-m-standalone"
|
|
6383
|
-
id="table-expandable-
|
|
6384
|
-
for="table-expandable-
|
|
6383
|
+
id="table-expandable-clickable-checkrow-2-check"
|
|
6384
|
+
for="table-expandable-clickable-checkrow-2-check-input"
|
|
6385
6385
|
>
|
|
6386
6386
|
<input
|
|
6387
6387
|
class="pf-v6-c-check__input"
|
|
6388
6388
|
type="checkbox"
|
|
6389
|
-
id="table-expandable-
|
|
6390
|
-
name="table-expandable-
|
|
6389
|
+
id="table-expandable-clickable-checkrow-2-check-input"
|
|
6390
|
+
name="table-expandable-clickable-checkrow-2-check-input"
|
|
6391
6391
|
aria-label="Standalone check"
|
|
6392
6392
|
/>
|
|
6393
6393
|
</label>
|
|
@@ -6470,14 +6470,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6470
6470
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6471
6471
|
<label
|
|
6472
6472
|
class="pf-v6-c-check pf-m-standalone"
|
|
6473
|
-
id="table-expandable-
|
|
6474
|
-
for="table-expandable-
|
|
6473
|
+
id="table-expandable-clickable-checkrow-3-check"
|
|
6474
|
+
for="table-expandable-clickable-checkrow-3-check-input"
|
|
6475
6475
|
>
|
|
6476
6476
|
<input
|
|
6477
6477
|
class="pf-v6-c-check__input"
|
|
6478
6478
|
type="checkbox"
|
|
6479
|
-
id="table-expandable-
|
|
6480
|
-
name="table-expandable-
|
|
6479
|
+
id="table-expandable-clickable-checkrow-3-check-input"
|
|
6480
|
+
name="table-expandable-clickable-checkrow-3-check-input"
|
|
6481
6481
|
aria-label="Standalone check"
|
|
6482
6482
|
/>
|
|
6483
6483
|
</label>
|
|
@@ -6556,14 +6556,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
6556
6556
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
6557
6557
|
<label
|
|
6558
6558
|
class="pf-v6-c-check pf-m-standalone"
|
|
6559
|
-
id="table-expandable-
|
|
6560
|
-
for="table-expandable-
|
|
6559
|
+
id="table-expandable-clickable-checkrow-4-check"
|
|
6560
|
+
for="table-expandable-clickable-checkrow-4-check-input"
|
|
6561
6561
|
>
|
|
6562
6562
|
<input
|
|
6563
6563
|
class="pf-v6-c-check__input"
|
|
6564
6564
|
type="checkbox"
|
|
6565
|
-
id="table-expandable-
|
|
6566
|
-
name="table-expandable-
|
|
6565
|
+
id="table-expandable-clickable-checkrow-4-check-input"
|
|
6566
|
+
name="table-expandable-clickable-checkrow-4-check-input"
|
|
6567
6567
|
aria-label="Standalone check"
|
|
6568
6568
|
/>
|
|
6569
6569
|
</label>
|
|
@@ -7816,14 +7816,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7816
7816
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
7817
7817
|
<label
|
|
7818
7818
|
class="pf-v6-c-check pf-m-standalone"
|
|
7819
|
-
id="tree-table-with-checkboxes-
|
|
7820
|
-
for="tree-table-with-checkboxes-
|
|
7819
|
+
id="tree-table-with-checkboxes-example-level-1-level-1-check"
|
|
7820
|
+
for="tree-table-with-checkboxes-example-level-1-level-1-check-input"
|
|
7821
7821
|
>
|
|
7822
7822
|
<input
|
|
7823
7823
|
class="pf-v6-c-check__input"
|
|
7824
7824
|
type="checkbox"
|
|
7825
|
-
id="tree-table-with-checkboxes-
|
|
7826
|
-
name="tree-table-with-checkboxes-
|
|
7825
|
+
id="tree-table-with-checkboxes-example-level-1-level-1-check-input"
|
|
7826
|
+
name="tree-table-with-checkboxes-example-level-1-level-1-check-input"
|
|
7827
7827
|
aria-label="Standalone check"
|
|
7828
7828
|
/>
|
|
7829
7829
|
</label>
|
|
@@ -7906,14 +7906,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7906
7906
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
7907
7907
|
<label
|
|
7908
7908
|
class="pf-v6-c-check pf-m-standalone"
|
|
7909
|
-
id="tree-table-with-checkboxes-
|
|
7910
|
-
for="tree-table-with-checkboxes-
|
|
7909
|
+
id="tree-table-with-checkboxes-example-level-2-level-2-check"
|
|
7910
|
+
for="tree-table-with-checkboxes-example-level-2-level-2-check-input"
|
|
7911
7911
|
>
|
|
7912
7912
|
<input
|
|
7913
7913
|
class="pf-v6-c-check__input"
|
|
7914
7914
|
type="checkbox"
|
|
7915
|
-
id="tree-table-with-checkboxes-
|
|
7916
|
-
name="tree-table-with-checkboxes-
|
|
7915
|
+
id="tree-table-with-checkboxes-example-level-2-level-2-check-input"
|
|
7916
|
+
name="tree-table-with-checkboxes-example-level-2-level-2-check-input"
|
|
7917
7917
|
aria-label="Standalone check"
|
|
7918
7918
|
/>
|
|
7919
7919
|
</label>
|
|
@@ -7981,14 +7981,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
7981
7981
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
7982
7982
|
<label
|
|
7983
7983
|
class="pf-v6-c-check pf-m-standalone"
|
|
7984
|
-
id="tree-table-with-checkboxes-
|
|
7985
|
-
for="tree-table-with-checkboxes-
|
|
7984
|
+
id="tree-table-with-checkboxes-example-level-3-level-3-check"
|
|
7985
|
+
for="tree-table-with-checkboxes-example-level-3-level-3-check-input"
|
|
7986
7986
|
>
|
|
7987
7987
|
<input
|
|
7988
7988
|
class="pf-v6-c-check__input"
|
|
7989
7989
|
type="checkbox"
|
|
7990
|
-
id="tree-table-with-checkboxes-
|
|
7991
|
-
name="tree-table-with-checkboxes-
|
|
7990
|
+
id="tree-table-with-checkboxes-example-level-3-level-3-check-input"
|
|
7991
|
+
name="tree-table-with-checkboxes-example-level-3-level-3-check-input"
|
|
7992
7992
|
aria-label="Standalone check"
|
|
7993
7993
|
/>
|
|
7994
7994
|
</label>
|
|
@@ -8055,14 +8055,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8055
8055
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8056
8056
|
<label
|
|
8057
8057
|
class="pf-v6-c-check pf-m-standalone"
|
|
8058
|
-
id="tree-table-with-checkboxes-
|
|
8059
|
-
for="tree-table-with-checkboxes-
|
|
8058
|
+
id="tree-table-with-checkboxes-example-level-3-level-4-check"
|
|
8059
|
+
for="tree-table-with-checkboxes-example-level-3-level-4-check-input"
|
|
8060
8060
|
>
|
|
8061
8061
|
<input
|
|
8062
8062
|
class="pf-v6-c-check__input"
|
|
8063
8063
|
type="checkbox"
|
|
8064
|
-
id="tree-table-with-checkboxes-
|
|
8065
|
-
name="tree-table-with-checkboxes-
|
|
8064
|
+
id="tree-table-with-checkboxes-example-level-3-level-4-check-input"
|
|
8065
|
+
name="tree-table-with-checkboxes-example-level-3-level-4-check-input"
|
|
8066
8066
|
aria-label="Standalone check"
|
|
8067
8067
|
/>
|
|
8068
8068
|
</label>
|
|
@@ -8129,14 +8129,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8129
8129
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8130
8130
|
<label
|
|
8131
8131
|
class="pf-v6-c-check pf-m-standalone"
|
|
8132
|
-
id="tree-table-with-checkboxes-
|
|
8133
|
-
for="tree-table-with-checkboxes-
|
|
8132
|
+
id="tree-table-with-checkboxes-example-level-2-level-5-check"
|
|
8133
|
+
for="tree-table-with-checkboxes-example-level-2-level-5-check-input"
|
|
8134
8134
|
>
|
|
8135
8135
|
<input
|
|
8136
8136
|
class="pf-v6-c-check__input"
|
|
8137
8137
|
type="checkbox"
|
|
8138
|
-
id="tree-table-with-checkboxes-
|
|
8139
|
-
name="tree-table-with-checkboxes-
|
|
8138
|
+
id="tree-table-with-checkboxes-example-level-2-level-5-check-input"
|
|
8139
|
+
name="tree-table-with-checkboxes-example-level-2-level-5-check-input"
|
|
8140
8140
|
aria-label="Standalone check"
|
|
8141
8141
|
/>
|
|
8142
8142
|
</label>
|
|
@@ -8202,14 +8202,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8202
8202
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8203
8203
|
<label
|
|
8204
8204
|
class="pf-v6-c-check pf-m-standalone"
|
|
8205
|
-
id="tree-table-with-checkboxes-
|
|
8206
|
-
for="tree-table-with-checkboxes-
|
|
8205
|
+
id="tree-table-with-checkboxes-example-level-2-level-6-check"
|
|
8206
|
+
for="tree-table-with-checkboxes-example-level-2-level-6-check-input"
|
|
8207
8207
|
>
|
|
8208
8208
|
<input
|
|
8209
8209
|
class="pf-v6-c-check__input"
|
|
8210
8210
|
type="checkbox"
|
|
8211
|
-
id="tree-table-with-checkboxes-
|
|
8212
|
-
name="tree-table-with-checkboxes-
|
|
8211
|
+
id="tree-table-with-checkboxes-example-level-2-level-6-check-input"
|
|
8212
|
+
name="tree-table-with-checkboxes-example-level-2-level-6-check-input"
|
|
8213
8213
|
aria-label="Standalone check"
|
|
8214
8214
|
/>
|
|
8215
8215
|
</label>
|
|
@@ -8293,14 +8293,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8293
8293
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8294
8294
|
<label
|
|
8295
8295
|
class="pf-v6-c-check pf-m-standalone"
|
|
8296
|
-
id="tree-table-with-checkboxes-
|
|
8297
|
-
for="tree-table-with-checkboxes-
|
|
8296
|
+
id="tree-table-with-checkboxes-example-level-2-level-7-check"
|
|
8297
|
+
for="tree-table-with-checkboxes-example-level-2-level-7-check-input"
|
|
8298
8298
|
>
|
|
8299
8299
|
<input
|
|
8300
8300
|
class="pf-v6-c-check__input"
|
|
8301
8301
|
type="checkbox"
|
|
8302
|
-
id="tree-table-with-checkboxes-
|
|
8303
|
-
name="tree-table-with-checkboxes-
|
|
8302
|
+
id="tree-table-with-checkboxes-example-level-2-level-7-check-input"
|
|
8303
|
+
name="tree-table-with-checkboxes-example-level-2-level-7-check-input"
|
|
8304
8304
|
aria-label="Standalone check"
|
|
8305
8305
|
/>
|
|
8306
8306
|
</label>
|
|
@@ -8366,14 +8366,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8366
8366
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8367
8367
|
<label
|
|
8368
8368
|
class="pf-v6-c-check pf-m-standalone"
|
|
8369
|
-
id="tree-table-with-checkboxes-
|
|
8370
|
-
for="tree-table-with-checkboxes-
|
|
8369
|
+
id="tree-table-with-checkboxes-example-level-3-level-8-check"
|
|
8370
|
+
for="tree-table-with-checkboxes-example-level-3-level-8-check-input"
|
|
8371
8371
|
>
|
|
8372
8372
|
<input
|
|
8373
8373
|
class="pf-v6-c-check__input"
|
|
8374
8374
|
type="checkbox"
|
|
8375
|
-
id="tree-table-with-checkboxes-
|
|
8376
|
-
name="tree-table-with-checkboxes-
|
|
8375
|
+
id="tree-table-with-checkboxes-example-level-3-level-8-check-input"
|
|
8376
|
+
name="tree-table-with-checkboxes-example-level-3-level-8-check-input"
|
|
8377
8377
|
aria-label="Standalone check"
|
|
8378
8378
|
/>
|
|
8379
8379
|
</label>
|
|
@@ -8456,14 +8456,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8456
8456
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8457
8457
|
<label
|
|
8458
8458
|
class="pf-v6-c-check pf-m-standalone"
|
|
8459
|
-
id="tree-table-with-checkboxes-
|
|
8460
|
-
for="tree-table-with-checkboxes-
|
|
8459
|
+
id="tree-table-with-checkboxes-example-level-3-level-9-check"
|
|
8460
|
+
for="tree-table-with-checkboxes-example-level-3-level-9-check-input"
|
|
8461
8461
|
>
|
|
8462
8462
|
<input
|
|
8463
8463
|
class="pf-v6-c-check__input"
|
|
8464
8464
|
type="checkbox"
|
|
8465
|
-
id="tree-table-with-checkboxes-
|
|
8466
|
-
name="tree-table-with-checkboxes-
|
|
8465
|
+
id="tree-table-with-checkboxes-example-level-3-level-9-check-input"
|
|
8466
|
+
name="tree-table-with-checkboxes-example-level-3-level-9-check-input"
|
|
8467
8467
|
aria-label="Standalone check"
|
|
8468
8468
|
/>
|
|
8469
8469
|
</label>
|
|
@@ -8529,14 +8529,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8529
8529
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8530
8530
|
<label
|
|
8531
8531
|
class="pf-v6-c-check pf-m-standalone"
|
|
8532
|
-
id="tree-table-with-checkboxes-
|
|
8533
|
-
for="tree-table-with-checkboxes-
|
|
8532
|
+
id="tree-table-with-checkboxes-example-level-4-level-10-check"
|
|
8533
|
+
for="tree-table-with-checkboxes-example-level-4-level-10-check-input"
|
|
8534
8534
|
>
|
|
8535
8535
|
<input
|
|
8536
8536
|
class="pf-v6-c-check__input"
|
|
8537
8537
|
type="checkbox"
|
|
8538
|
-
id="tree-table-with-checkboxes-
|
|
8539
|
-
name="tree-table-with-checkboxes-
|
|
8538
|
+
id="tree-table-with-checkboxes-example-level-4-level-10-check-input"
|
|
8539
|
+
name="tree-table-with-checkboxes-example-level-4-level-10-check-input"
|
|
8540
8540
|
aria-label="Standalone check"
|
|
8541
8541
|
/>
|
|
8542
8542
|
</label>
|
|
@@ -8603,14 +8603,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8603
8603
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8604
8604
|
<label
|
|
8605
8605
|
class="pf-v6-c-check pf-m-standalone"
|
|
8606
|
-
id="tree-table-with-checkboxes-
|
|
8607
|
-
for="tree-table-with-checkboxes-
|
|
8606
|
+
id="tree-table-with-checkboxes-example-level-3-level-11-check"
|
|
8607
|
+
for="tree-table-with-checkboxes-example-level-3-level-11-check-input"
|
|
8608
8608
|
>
|
|
8609
8609
|
<input
|
|
8610
8610
|
class="pf-v6-c-check__input"
|
|
8611
8611
|
type="checkbox"
|
|
8612
|
-
id="tree-table-with-checkboxes-
|
|
8613
|
-
name="tree-table-with-checkboxes-
|
|
8612
|
+
id="tree-table-with-checkboxes-example-level-3-level-11-check-input"
|
|
8613
|
+
name="tree-table-with-checkboxes-example-level-3-level-11-check-input"
|
|
8614
8614
|
aria-label="Standalone check"
|
|
8615
8615
|
/>
|
|
8616
8616
|
</label>
|
|
@@ -8694,14 +8694,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8694
8694
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8695
8695
|
<label
|
|
8696
8696
|
class="pf-v6-c-check pf-m-standalone"
|
|
8697
|
-
id="tree-table-with-checkboxes-
|
|
8698
|
-
for="tree-table-with-checkboxes-
|
|
8697
|
+
id="tree-table-with-checkboxes-example-level-3-level-12-check"
|
|
8698
|
+
for="tree-table-with-checkboxes-example-level-3-level-12-check-input"
|
|
8699
8699
|
>
|
|
8700
8700
|
<input
|
|
8701
8701
|
class="pf-v6-c-check__input"
|
|
8702
8702
|
type="checkbox"
|
|
8703
|
-
id="tree-table-with-checkboxes-
|
|
8704
|
-
name="tree-table-with-checkboxes-
|
|
8703
|
+
id="tree-table-with-checkboxes-example-level-3-level-12-check-input"
|
|
8704
|
+
name="tree-table-with-checkboxes-example-level-3-level-12-check-input"
|
|
8705
8705
|
aria-label="Standalone check"
|
|
8706
8706
|
/>
|
|
8707
8707
|
</label>
|
|
@@ -8767,14 +8767,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8767
8767
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8768
8768
|
<label
|
|
8769
8769
|
class="pf-v6-c-check pf-m-standalone"
|
|
8770
|
-
id="tree-table-with-checkboxes-
|
|
8771
|
-
for="tree-table-with-checkboxes-
|
|
8770
|
+
id="tree-table-with-checkboxes-example-level-4-level-13-check"
|
|
8771
|
+
for="tree-table-with-checkboxes-example-level-4-level-13-check-input"
|
|
8772
8772
|
>
|
|
8773
8773
|
<input
|
|
8774
8774
|
class="pf-v6-c-check__input"
|
|
8775
8775
|
type="checkbox"
|
|
8776
|
-
id="tree-table-with-checkboxes-
|
|
8777
|
-
name="tree-table-with-checkboxes-
|
|
8776
|
+
id="tree-table-with-checkboxes-example-level-4-level-13-check-input"
|
|
8777
|
+
name="tree-table-with-checkboxes-example-level-4-level-13-check-input"
|
|
8778
8778
|
aria-label="Standalone check"
|
|
8779
8779
|
/>
|
|
8780
8780
|
</label>
|
|
@@ -8840,14 +8840,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8840
8840
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8841
8841
|
<label
|
|
8842
8842
|
class="pf-v6-c-check pf-m-standalone"
|
|
8843
|
-
id="tree-table-with-checkboxes-
|
|
8844
|
-
for="tree-table-with-checkboxes-
|
|
8843
|
+
id="tree-table-with-checkboxes-example-level-4-level-14-check"
|
|
8844
|
+
for="tree-table-with-checkboxes-example-level-4-level-14-check-input"
|
|
8845
8845
|
>
|
|
8846
8846
|
<input
|
|
8847
8847
|
class="pf-v6-c-check__input"
|
|
8848
8848
|
type="checkbox"
|
|
8849
|
-
id="tree-table-with-checkboxes-
|
|
8850
|
-
name="tree-table-with-checkboxes-
|
|
8849
|
+
id="tree-table-with-checkboxes-example-level-4-level-14-check-input"
|
|
8850
|
+
name="tree-table-with-checkboxes-example-level-4-level-14-check-input"
|
|
8851
8851
|
aria-label="Standalone check"
|
|
8852
8852
|
/>
|
|
8853
8853
|
</label>
|
|
@@ -8930,14 +8930,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
8930
8930
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
8931
8931
|
<label
|
|
8932
8932
|
class="pf-v6-c-check pf-m-standalone"
|
|
8933
|
-
id="tree-table-with-checkboxes-
|
|
8934
|
-
for="tree-table-with-checkboxes-
|
|
8933
|
+
id="tree-table-with-checkboxes-example-level-2-level-15-check"
|
|
8934
|
+
for="tree-table-with-checkboxes-example-level-2-level-15-check-input"
|
|
8935
8935
|
>
|
|
8936
8936
|
<input
|
|
8937
8937
|
class="pf-v6-c-check__input"
|
|
8938
8938
|
type="checkbox"
|
|
8939
|
-
id="tree-table-with-checkboxes-
|
|
8940
|
-
name="tree-table-with-checkboxes-
|
|
8939
|
+
id="tree-table-with-checkboxes-example-level-2-level-15-check-input"
|
|
8940
|
+
name="tree-table-with-checkboxes-example-level-2-level-15-check-input"
|
|
8941
8941
|
aria-label="Standalone check"
|
|
8942
8942
|
/>
|
|
8943
8943
|
</label>
|
|
@@ -9004,14 +9004,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9004
9004
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9005
9005
|
<label
|
|
9006
9006
|
class="pf-v6-c-check pf-m-standalone"
|
|
9007
|
-
id="tree-table-with-checkboxes-
|
|
9008
|
-
for="tree-table-with-checkboxes-
|
|
9007
|
+
id="tree-table-with-checkboxes-example-level-3-level-16-check"
|
|
9008
|
+
for="tree-table-with-checkboxes-example-level-3-level-16-check-input"
|
|
9009
9009
|
>
|
|
9010
9010
|
<input
|
|
9011
9011
|
class="pf-v6-c-check__input"
|
|
9012
9012
|
type="checkbox"
|
|
9013
|
-
id="tree-table-with-checkboxes-
|
|
9014
|
-
name="tree-table-with-checkboxes-
|
|
9013
|
+
id="tree-table-with-checkboxes-example-level-3-level-16-check-input"
|
|
9014
|
+
name="tree-table-with-checkboxes-example-level-3-level-16-check-input"
|
|
9015
9015
|
aria-label="Standalone check"
|
|
9016
9016
|
/>
|
|
9017
9017
|
</label>
|
|
@@ -9078,14 +9078,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9078
9078
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9079
9079
|
<label
|
|
9080
9080
|
class="pf-v6-c-check pf-m-standalone"
|
|
9081
|
-
id="tree-table-with-checkboxes-
|
|
9082
|
-
for="tree-table-with-checkboxes-
|
|
9081
|
+
id="tree-table-with-checkboxes-example-level-3-level-17-check"
|
|
9082
|
+
for="tree-table-with-checkboxes-example-level-3-level-17-check-input"
|
|
9083
9083
|
>
|
|
9084
9084
|
<input
|
|
9085
9085
|
class="pf-v6-c-check__input"
|
|
9086
9086
|
type="checkbox"
|
|
9087
|
-
id="tree-table-with-checkboxes-
|
|
9088
|
-
name="tree-table-with-checkboxes-
|
|
9087
|
+
id="tree-table-with-checkboxes-example-level-3-level-17-check-input"
|
|
9088
|
+
name="tree-table-with-checkboxes-example-level-3-level-17-check-input"
|
|
9089
9089
|
aria-label="Standalone check"
|
|
9090
9090
|
/>
|
|
9091
9091
|
</label>
|
|
@@ -9201,14 +9201,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9201
9201
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9202
9202
|
<label
|
|
9203
9203
|
class="pf-v6-c-check pf-m-standalone"
|
|
9204
|
-
id="tree-table-with-checkboxes-icons-
|
|
9205
|
-
for="tree-table-with-checkboxes-icons-
|
|
9204
|
+
id="tree-table-with-checkboxes-icons-example-level-1-level-1-check"
|
|
9205
|
+
for="tree-table-with-checkboxes-icons-example-level-1-level-1-check-input"
|
|
9206
9206
|
>
|
|
9207
9207
|
<input
|
|
9208
9208
|
class="pf-v6-c-check__input"
|
|
9209
9209
|
type="checkbox"
|
|
9210
|
-
id="tree-table-with-checkboxes-icons-
|
|
9211
|
-
name="tree-table-with-checkboxes-icons-
|
|
9210
|
+
id="tree-table-with-checkboxes-icons-example-level-1-level-1-check-input"
|
|
9211
|
+
name="tree-table-with-checkboxes-icons-example-level-1-level-1-check-input"
|
|
9212
9212
|
aria-label="Standalone check"
|
|
9213
9213
|
/>
|
|
9214
9214
|
</label>
|
|
@@ -9294,14 +9294,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9294
9294
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9295
9295
|
<label
|
|
9296
9296
|
class="pf-v6-c-check pf-m-standalone"
|
|
9297
|
-
id="tree-table-with-checkboxes-icons-
|
|
9298
|
-
for="tree-table-with-checkboxes-icons-
|
|
9297
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-2-check"
|
|
9298
|
+
for="tree-table-with-checkboxes-icons-example-level-2-level-2-check-input"
|
|
9299
9299
|
>
|
|
9300
9300
|
<input
|
|
9301
9301
|
class="pf-v6-c-check__input"
|
|
9302
9302
|
type="checkbox"
|
|
9303
|
-
id="tree-table-with-checkboxes-icons-
|
|
9304
|
-
name="tree-table-with-checkboxes-icons-
|
|
9303
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-2-check-input"
|
|
9304
|
+
name="tree-table-with-checkboxes-icons-example-level-2-level-2-check-input"
|
|
9305
9305
|
aria-label="Standalone check"
|
|
9306
9306
|
/>
|
|
9307
9307
|
</label>
|
|
@@ -9372,14 +9372,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9372
9372
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9373
9373
|
<label
|
|
9374
9374
|
class="pf-v6-c-check pf-m-standalone"
|
|
9375
|
-
id="tree-table-with-checkboxes-icons-
|
|
9376
|
-
for="tree-table-with-checkboxes-icons-
|
|
9375
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-3-check"
|
|
9376
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-3-check-input"
|
|
9377
9377
|
>
|
|
9378
9378
|
<input
|
|
9379
9379
|
class="pf-v6-c-check__input"
|
|
9380
9380
|
type="checkbox"
|
|
9381
|
-
id="tree-table-with-checkboxes-icons-
|
|
9382
|
-
name="tree-table-with-checkboxes-icons-
|
|
9381
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-3-check-input"
|
|
9382
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-3-check-input"
|
|
9383
9383
|
aria-label="Standalone check"
|
|
9384
9384
|
/>
|
|
9385
9385
|
</label>
|
|
@@ -9449,14 +9449,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9449
9449
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9450
9450
|
<label
|
|
9451
9451
|
class="pf-v6-c-check pf-m-standalone"
|
|
9452
|
-
id="tree-table-with-checkboxes-icons-
|
|
9453
|
-
for="tree-table-with-checkboxes-icons-
|
|
9452
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-4-check"
|
|
9453
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-4-check-input"
|
|
9454
9454
|
>
|
|
9455
9455
|
<input
|
|
9456
9456
|
class="pf-v6-c-check__input"
|
|
9457
9457
|
type="checkbox"
|
|
9458
|
-
id="tree-table-with-checkboxes-icons-
|
|
9459
|
-
name="tree-table-with-checkboxes-icons-
|
|
9458
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-4-check-input"
|
|
9459
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-4-check-input"
|
|
9460
9460
|
aria-label="Standalone check"
|
|
9461
9461
|
/>
|
|
9462
9462
|
</label>
|
|
@@ -9526,14 +9526,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9526
9526
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9527
9527
|
<label
|
|
9528
9528
|
class="pf-v6-c-check pf-m-standalone"
|
|
9529
|
-
id="tree-table-with-checkboxes-icons-
|
|
9530
|
-
for="tree-table-with-checkboxes-icons-
|
|
9529
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-5-check"
|
|
9530
|
+
for="tree-table-with-checkboxes-icons-example-level-2-level-5-check-input"
|
|
9531
9531
|
>
|
|
9532
9532
|
<input
|
|
9533
9533
|
class="pf-v6-c-check__input"
|
|
9534
9534
|
type="checkbox"
|
|
9535
|
-
id="tree-table-with-checkboxes-icons-
|
|
9536
|
-
name="tree-table-with-checkboxes-icons-
|
|
9535
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-5-check-input"
|
|
9536
|
+
name="tree-table-with-checkboxes-icons-example-level-2-level-5-check-input"
|
|
9537
9537
|
aria-label="Standalone check"
|
|
9538
9538
|
/>
|
|
9539
9539
|
</label>
|
|
@@ -9602,14 +9602,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9602
9602
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9603
9603
|
<label
|
|
9604
9604
|
class="pf-v6-c-check pf-m-standalone"
|
|
9605
|
-
id="tree-table-with-checkboxes-icons-
|
|
9606
|
-
for="tree-table-with-checkboxes-icons-
|
|
9605
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-6-check"
|
|
9606
|
+
for="tree-table-with-checkboxes-icons-example-level-2-level-6-check-input"
|
|
9607
9607
|
>
|
|
9608
9608
|
<input
|
|
9609
9609
|
class="pf-v6-c-check__input"
|
|
9610
9610
|
type="checkbox"
|
|
9611
|
-
id="tree-table-with-checkboxes-icons-
|
|
9612
|
-
name="tree-table-with-checkboxes-icons-
|
|
9611
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-6-check-input"
|
|
9612
|
+
name="tree-table-with-checkboxes-icons-example-level-2-level-6-check-input"
|
|
9613
9613
|
aria-label="Standalone check"
|
|
9614
9614
|
/>
|
|
9615
9615
|
</label>
|
|
@@ -9696,14 +9696,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9696
9696
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9697
9697
|
<label
|
|
9698
9698
|
class="pf-v6-c-check pf-m-standalone"
|
|
9699
|
-
id="tree-table-with-checkboxes-icons-
|
|
9700
|
-
for="tree-table-with-checkboxes-icons-
|
|
9699
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-7-check"
|
|
9700
|
+
for="tree-table-with-checkboxes-icons-example-level-2-level-7-check-input"
|
|
9701
9701
|
>
|
|
9702
9702
|
<input
|
|
9703
9703
|
class="pf-v6-c-check__input"
|
|
9704
9704
|
type="checkbox"
|
|
9705
|
-
id="tree-table-with-checkboxes-icons-
|
|
9706
|
-
name="tree-table-with-checkboxes-icons-
|
|
9705
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-7-check-input"
|
|
9706
|
+
name="tree-table-with-checkboxes-icons-example-level-2-level-7-check-input"
|
|
9707
9707
|
aria-label="Standalone check"
|
|
9708
9708
|
/>
|
|
9709
9709
|
</label>
|
|
@@ -9772,14 +9772,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9772
9772
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9773
9773
|
<label
|
|
9774
9774
|
class="pf-v6-c-check pf-m-standalone"
|
|
9775
|
-
id="tree-table-with-checkboxes-icons-
|
|
9776
|
-
for="tree-table-with-checkboxes-icons-
|
|
9775
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-8-check"
|
|
9776
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-8-check-input"
|
|
9777
9777
|
>
|
|
9778
9778
|
<input
|
|
9779
9779
|
class="pf-v6-c-check__input"
|
|
9780
9780
|
type="checkbox"
|
|
9781
|
-
id="tree-table-with-checkboxes-icons-
|
|
9782
|
-
name="tree-table-with-checkboxes-icons-
|
|
9781
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-8-check-input"
|
|
9782
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-8-check-input"
|
|
9783
9783
|
aria-label="Standalone check"
|
|
9784
9784
|
/>
|
|
9785
9785
|
</label>
|
|
@@ -9865,14 +9865,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9865
9865
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9866
9866
|
<label
|
|
9867
9867
|
class="pf-v6-c-check pf-m-standalone"
|
|
9868
|
-
id="tree-table-with-checkboxes-icons-
|
|
9869
|
-
for="tree-table-with-checkboxes-icons-
|
|
9868
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-9-check"
|
|
9869
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-9-check-input"
|
|
9870
9870
|
>
|
|
9871
9871
|
<input
|
|
9872
9872
|
class="pf-v6-c-check__input"
|
|
9873
9873
|
type="checkbox"
|
|
9874
|
-
id="tree-table-with-checkboxes-icons-
|
|
9875
|
-
name="tree-table-with-checkboxes-icons-
|
|
9874
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-9-check-input"
|
|
9875
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-9-check-input"
|
|
9876
9876
|
aria-label="Standalone check"
|
|
9877
9877
|
/>
|
|
9878
9878
|
</label>
|
|
@@ -9941,14 +9941,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
9941
9941
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
9942
9942
|
<label
|
|
9943
9943
|
class="pf-v6-c-check pf-m-standalone"
|
|
9944
|
-
id="tree-table-with-checkboxes-icons-
|
|
9945
|
-
for="tree-table-with-checkboxes-icons-
|
|
9944
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-10-check"
|
|
9945
|
+
for="tree-table-with-checkboxes-icons-example-level-4-level-10-check-input"
|
|
9946
9946
|
>
|
|
9947
9947
|
<input
|
|
9948
9948
|
class="pf-v6-c-check__input"
|
|
9949
9949
|
type="checkbox"
|
|
9950
|
-
id="tree-table-with-checkboxes-icons-
|
|
9951
|
-
name="tree-table-with-checkboxes-icons-
|
|
9950
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-10-check-input"
|
|
9951
|
+
name="tree-table-with-checkboxes-icons-example-level-4-level-10-check-input"
|
|
9952
9952
|
aria-label="Standalone check"
|
|
9953
9953
|
/>
|
|
9954
9954
|
</label>
|
|
@@ -10018,14 +10018,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10018
10018
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10019
10019
|
<label
|
|
10020
10020
|
class="pf-v6-c-check pf-m-standalone"
|
|
10021
|
-
id="tree-table-with-checkboxes-icons-
|
|
10022
|
-
for="tree-table-with-checkboxes-icons-
|
|
10021
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-11-check"
|
|
10022
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-11-check-input"
|
|
10023
10023
|
>
|
|
10024
10024
|
<input
|
|
10025
10025
|
class="pf-v6-c-check__input"
|
|
10026
10026
|
type="checkbox"
|
|
10027
|
-
id="tree-table-with-checkboxes-icons-
|
|
10028
|
-
name="tree-table-with-checkboxes-icons-
|
|
10027
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-11-check-input"
|
|
10028
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-11-check-input"
|
|
10029
10029
|
aria-label="Standalone check"
|
|
10030
10030
|
/>
|
|
10031
10031
|
</label>
|
|
@@ -10112,14 +10112,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10112
10112
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10113
10113
|
<label
|
|
10114
10114
|
class="pf-v6-c-check pf-m-standalone"
|
|
10115
|
-
id="tree-table-with-checkboxes-icons-
|
|
10116
|
-
for="tree-table-with-checkboxes-icons-
|
|
10115
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-12-check"
|
|
10116
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-12-check-input"
|
|
10117
10117
|
>
|
|
10118
10118
|
<input
|
|
10119
10119
|
class="pf-v6-c-check__input"
|
|
10120
10120
|
type="checkbox"
|
|
10121
|
-
id="tree-table-with-checkboxes-icons-
|
|
10122
|
-
name="tree-table-with-checkboxes-icons-
|
|
10121
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-12-check-input"
|
|
10122
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-12-check-input"
|
|
10123
10123
|
aria-label="Standalone check"
|
|
10124
10124
|
/>
|
|
10125
10125
|
</label>
|
|
@@ -10188,14 +10188,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10188
10188
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10189
10189
|
<label
|
|
10190
10190
|
class="pf-v6-c-check pf-m-standalone"
|
|
10191
|
-
id="tree-table-with-checkboxes-icons-
|
|
10192
|
-
for="tree-table-with-checkboxes-icons-
|
|
10191
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-13-check"
|
|
10192
|
+
for="tree-table-with-checkboxes-icons-example-level-4-level-13-check-input"
|
|
10193
10193
|
>
|
|
10194
10194
|
<input
|
|
10195
10195
|
class="pf-v6-c-check__input"
|
|
10196
10196
|
type="checkbox"
|
|
10197
|
-
id="tree-table-with-checkboxes-icons-
|
|
10198
|
-
name="tree-table-with-checkboxes-icons-
|
|
10197
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-13-check-input"
|
|
10198
|
+
name="tree-table-with-checkboxes-icons-example-level-4-level-13-check-input"
|
|
10199
10199
|
aria-label="Standalone check"
|
|
10200
10200
|
/>
|
|
10201
10201
|
</label>
|
|
@@ -10264,14 +10264,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10264
10264
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10265
10265
|
<label
|
|
10266
10266
|
class="pf-v6-c-check pf-m-standalone"
|
|
10267
|
-
id="tree-table-with-checkboxes-icons-
|
|
10268
|
-
for="tree-table-with-checkboxes-icons-
|
|
10267
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-14-check"
|
|
10268
|
+
for="tree-table-with-checkboxes-icons-example-level-4-level-14-check-input"
|
|
10269
10269
|
>
|
|
10270
10270
|
<input
|
|
10271
10271
|
class="pf-v6-c-check__input"
|
|
10272
10272
|
type="checkbox"
|
|
10273
|
-
id="tree-table-with-checkboxes-icons-
|
|
10274
|
-
name="tree-table-with-checkboxes-icons-
|
|
10273
|
+
id="tree-table-with-checkboxes-icons-example-level-4-level-14-check-input"
|
|
10274
|
+
name="tree-table-with-checkboxes-icons-example-level-4-level-14-check-input"
|
|
10275
10275
|
aria-label="Standalone check"
|
|
10276
10276
|
/>
|
|
10277
10277
|
</label>
|
|
@@ -10357,14 +10357,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10357
10357
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10358
10358
|
<label
|
|
10359
10359
|
class="pf-v6-c-check pf-m-standalone"
|
|
10360
|
-
id="tree-table-with-checkboxes-icons-
|
|
10361
|
-
for="tree-table-with-checkboxes-icons-
|
|
10360
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-15-check"
|
|
10361
|
+
for="tree-table-with-checkboxes-icons-example-level-2-level-15-check-input"
|
|
10362
10362
|
>
|
|
10363
10363
|
<input
|
|
10364
10364
|
class="pf-v6-c-check__input"
|
|
10365
10365
|
type="checkbox"
|
|
10366
|
-
id="tree-table-with-checkboxes-icons-
|
|
10367
|
-
name="tree-table-with-checkboxes-icons-
|
|
10366
|
+
id="tree-table-with-checkboxes-icons-example-level-2-level-15-check-input"
|
|
10367
|
+
name="tree-table-with-checkboxes-icons-example-level-2-level-15-check-input"
|
|
10368
10368
|
aria-label="Standalone check"
|
|
10369
10369
|
/>
|
|
10370
10370
|
</label>
|
|
@@ -10434,14 +10434,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10434
10434
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10435
10435
|
<label
|
|
10436
10436
|
class="pf-v6-c-check pf-m-standalone"
|
|
10437
|
-
id="tree-table-with-checkboxes-icons-
|
|
10438
|
-
for="tree-table-with-checkboxes-icons-
|
|
10437
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-16-check"
|
|
10438
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-16-check-input"
|
|
10439
10439
|
>
|
|
10440
10440
|
<input
|
|
10441
10441
|
class="pf-v6-c-check__input"
|
|
10442
10442
|
type="checkbox"
|
|
10443
|
-
id="tree-table-with-checkboxes-icons-
|
|
10444
|
-
name="tree-table-with-checkboxes-icons-
|
|
10443
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-16-check-input"
|
|
10444
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-16-check-input"
|
|
10445
10445
|
aria-label="Standalone check"
|
|
10446
10446
|
/>
|
|
10447
10447
|
</label>
|
|
@@ -10511,14 +10511,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10511
10511
|
<span class="pf-v6-c-table__td pf-v6-c-table__check">
|
|
10512
10512
|
<label
|
|
10513
10513
|
class="pf-v6-c-check pf-m-standalone"
|
|
10514
|
-
id="tree-table-with-checkboxes-icons-
|
|
10515
|
-
for="tree-table-with-checkboxes-icons-
|
|
10514
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-17-check"
|
|
10515
|
+
for="tree-table-with-checkboxes-icons-example-level-3-level-17-check-input"
|
|
10516
10516
|
>
|
|
10517
10517
|
<input
|
|
10518
10518
|
class="pf-v6-c-check__input"
|
|
10519
10519
|
type="checkbox"
|
|
10520
|
-
id="tree-table-with-checkboxes-icons-
|
|
10521
|
-
name="tree-table-with-checkboxes-icons-
|
|
10520
|
+
id="tree-table-with-checkboxes-icons-example-level-3-level-17-check-input"
|
|
10521
|
+
name="tree-table-with-checkboxes-icons-example-level-3-level-17-check-input"
|
|
10522
10522
|
aria-label="Standalone check"
|
|
10523
10523
|
/>
|
|
10524
10524
|
</label>
|
|
@@ -10875,14 +10875,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10875
10875
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
10876
10876
|
<label
|
|
10877
10877
|
class="pf-v6-c-check pf-m-standalone"
|
|
10878
|
-
id="borderless-
|
|
10879
|
-
for="borderless-
|
|
10878
|
+
id="borderless-table-checkrow-thead-check"
|
|
10879
|
+
for="borderless-table-checkrow-thead-check-input"
|
|
10880
10880
|
>
|
|
10881
10881
|
<input
|
|
10882
10882
|
class="pf-v6-c-check__input"
|
|
10883
10883
|
type="checkbox"
|
|
10884
|
-
id="borderless-
|
|
10885
|
-
name="borderless-
|
|
10884
|
+
id="borderless-table-checkrow-thead-check-input"
|
|
10885
|
+
name="borderless-table-checkrow-thead-check-input"
|
|
10886
10886
|
aria-label="Standalone check"
|
|
10887
10887
|
/>
|
|
10888
10888
|
</label>
|
|
@@ -10915,14 +10915,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10915
10915
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
10916
10916
|
<label
|
|
10917
10917
|
class="pf-v6-c-check pf-m-standalone"
|
|
10918
|
-
id="borderless-
|
|
10919
|
-
for="borderless-
|
|
10918
|
+
id="borderless-table-checkrow-1-check"
|
|
10919
|
+
for="borderless-table-checkrow-1-check-input"
|
|
10920
10920
|
>
|
|
10921
10921
|
<input
|
|
10922
10922
|
class="pf-v6-c-check__input"
|
|
10923
10923
|
type="checkbox"
|
|
10924
|
-
id="borderless-
|
|
10925
|
-
name="borderless-
|
|
10924
|
+
id="borderless-table-checkrow-1-check-input"
|
|
10925
|
+
name="borderless-table-checkrow-1-check-input"
|
|
10926
10926
|
aria-label="Standalone check"
|
|
10927
10927
|
/>
|
|
10928
10928
|
</label>
|
|
@@ -10977,14 +10977,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
10977
10977
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
10978
10978
|
<label
|
|
10979
10979
|
class="pf-v6-c-check pf-m-standalone"
|
|
10980
|
-
id="borderless-
|
|
10981
|
-
for="borderless-
|
|
10980
|
+
id="borderless-table-checkrow-2-check"
|
|
10981
|
+
for="borderless-table-checkrow-2-check-input"
|
|
10982
10982
|
>
|
|
10983
10983
|
<input
|
|
10984
10984
|
class="pf-v6-c-check__input"
|
|
10985
10985
|
type="checkbox"
|
|
10986
|
-
id="borderless-
|
|
10987
|
-
name="borderless-
|
|
10986
|
+
id="borderless-table-checkrow-2-check-input"
|
|
10987
|
+
name="borderless-table-checkrow-2-check-input"
|
|
10988
10988
|
aria-label="Standalone check"
|
|
10989
10989
|
/>
|
|
10990
10990
|
</label>
|
|
@@ -11039,14 +11039,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11039
11039
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11040
11040
|
<label
|
|
11041
11041
|
class="pf-v6-c-check pf-m-standalone"
|
|
11042
|
-
id="borderless-
|
|
11043
|
-
for="borderless-
|
|
11042
|
+
id="borderless-table-checkrow-3-check"
|
|
11043
|
+
for="borderless-table-checkrow-3-check-input"
|
|
11044
11044
|
>
|
|
11045
11045
|
<input
|
|
11046
11046
|
class="pf-v6-c-check__input"
|
|
11047
11047
|
type="checkbox"
|
|
11048
|
-
id="borderless-
|
|
11049
|
-
name="borderless-
|
|
11048
|
+
id="borderless-table-checkrow-3-check-input"
|
|
11049
|
+
name="borderless-table-checkrow-3-check-input"
|
|
11050
11050
|
aria-label="Standalone check"
|
|
11051
11051
|
/>
|
|
11052
11052
|
</label>
|
|
@@ -11101,14 +11101,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11101
11101
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11102
11102
|
<label
|
|
11103
11103
|
class="pf-v6-c-check pf-m-standalone"
|
|
11104
|
-
id="borderless-
|
|
11105
|
-
for="borderless-
|
|
11104
|
+
id="borderless-table-checkrow-4-check"
|
|
11105
|
+
for="borderless-table-checkrow-4-check-input"
|
|
11106
11106
|
>
|
|
11107
11107
|
<input
|
|
11108
11108
|
class="pf-v6-c-check__input"
|
|
11109
11109
|
type="checkbox"
|
|
11110
|
-
id="borderless-
|
|
11111
|
-
name="borderless-
|
|
11110
|
+
id="borderless-table-checkrow-4-check-input"
|
|
11111
|
+
name="borderless-table-checkrow-4-check-input"
|
|
11112
11112
|
aria-label="Standalone check"
|
|
11113
11113
|
/>
|
|
11114
11114
|
</label>
|
|
@@ -11180,14 +11180,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11180
11180
|
>
|
|
11181
11181
|
<label
|
|
11182
11182
|
class="pf-v6-c-check pf-m-standalone"
|
|
11183
|
-
id="borderless-compact-
|
|
11184
|
-
for="borderless-compact-
|
|
11183
|
+
id="borderless-compact-table-checkrow-thead-check"
|
|
11184
|
+
for="borderless-compact-table-checkrow-thead-check-input"
|
|
11185
11185
|
>
|
|
11186
11186
|
<input
|
|
11187
11187
|
class="pf-v6-c-check__input"
|
|
11188
11188
|
type="checkbox"
|
|
11189
|
-
id="borderless-compact-
|
|
11190
|
-
name="borderless-compact-
|
|
11189
|
+
id="borderless-compact-table-checkrow-thead-check-input"
|
|
11190
|
+
name="borderless-compact-table-checkrow-thead-check-input"
|
|
11191
11191
|
aria-label="Standalone check"
|
|
11192
11192
|
/>
|
|
11193
11193
|
</label>
|
|
@@ -11223,14 +11223,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11223
11223
|
>
|
|
11224
11224
|
<label
|
|
11225
11225
|
class="pf-v6-c-check pf-m-standalone"
|
|
11226
|
-
id="borderless-compact-
|
|
11227
|
-
for="borderless-compact-
|
|
11226
|
+
id="borderless-compact-table-checkrow-1-check"
|
|
11227
|
+
for="borderless-compact-table-checkrow-1-check-input"
|
|
11228
11228
|
>
|
|
11229
11229
|
<input
|
|
11230
11230
|
class="pf-v6-c-check__input"
|
|
11231
11231
|
type="checkbox"
|
|
11232
|
-
id="borderless-compact-
|
|
11233
|
-
name="borderless-compact-
|
|
11232
|
+
id="borderless-compact-table-checkrow-1-check-input"
|
|
11233
|
+
name="borderless-compact-table-checkrow-1-check-input"
|
|
11234
11234
|
aria-label="Standalone check"
|
|
11235
11235
|
/>
|
|
11236
11236
|
</label>
|
|
@@ -11303,14 +11303,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11303
11303
|
>
|
|
11304
11304
|
<label
|
|
11305
11305
|
class="pf-v6-c-check pf-m-standalone"
|
|
11306
|
-
id="borderless-compact-
|
|
11307
|
-
for="borderless-compact-
|
|
11306
|
+
id="borderless-compact-table-checkrow-2-check"
|
|
11307
|
+
for="borderless-compact-table-checkrow-2-check-input"
|
|
11308
11308
|
>
|
|
11309
11309
|
<input
|
|
11310
11310
|
class="pf-v6-c-check__input"
|
|
11311
11311
|
type="checkbox"
|
|
11312
|
-
id="borderless-compact-
|
|
11313
|
-
name="borderless-compact-
|
|
11312
|
+
id="borderless-compact-table-checkrow-2-check-input"
|
|
11313
|
+
name="borderless-compact-table-checkrow-2-check-input"
|
|
11314
11314
|
aria-label="Standalone check"
|
|
11315
11315
|
/>
|
|
11316
11316
|
</label>
|
|
@@ -11383,14 +11383,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11383
11383
|
>
|
|
11384
11384
|
<label
|
|
11385
11385
|
class="pf-v6-c-check pf-m-standalone"
|
|
11386
|
-
id="borderless-compact-
|
|
11387
|
-
for="borderless-compact-
|
|
11386
|
+
id="borderless-compact-table-checkrow-3-check"
|
|
11387
|
+
for="borderless-compact-table-checkrow-3-check-input"
|
|
11388
11388
|
>
|
|
11389
11389
|
<input
|
|
11390
11390
|
class="pf-v6-c-check__input"
|
|
11391
11391
|
type="checkbox"
|
|
11392
|
-
id="borderless-compact-
|
|
11393
|
-
name="borderless-compact-
|
|
11392
|
+
id="borderless-compact-table-checkrow-3-check-input"
|
|
11393
|
+
name="borderless-compact-table-checkrow-3-check-input"
|
|
11394
11394
|
aria-label="Standalone check"
|
|
11395
11395
|
/>
|
|
11396
11396
|
</label>
|
|
@@ -11463,14 +11463,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11463
11463
|
>
|
|
11464
11464
|
<label
|
|
11465
11465
|
class="pf-v6-c-check pf-m-standalone"
|
|
11466
|
-
id="borderless-compact-
|
|
11467
|
-
for="borderless-compact-
|
|
11466
|
+
id="borderless-compact-table-checkrow-4-check"
|
|
11467
|
+
for="borderless-compact-table-checkrow-4-check-input"
|
|
11468
11468
|
>
|
|
11469
11469
|
<input
|
|
11470
11470
|
class="pf-v6-c-check__input"
|
|
11471
11471
|
type="checkbox"
|
|
11472
|
-
id="borderless-compact-
|
|
11473
|
-
name="borderless-compact-
|
|
11472
|
+
id="borderless-compact-table-checkrow-4-check-input"
|
|
11473
|
+
name="borderless-compact-table-checkrow-4-check-input"
|
|
11474
11474
|
aria-label="Standalone check"
|
|
11475
11475
|
/>
|
|
11476
11476
|
</label>
|
|
@@ -11556,14 +11556,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11556
11556
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11557
11557
|
<label
|
|
11558
11558
|
class="pf-v6-c-check pf-m-standalone"
|
|
11559
|
-
id="borderless-table-
|
|
11560
|
-
for="borderless-table-
|
|
11559
|
+
id="borderless-table-expandable-checkrow-thead-check"
|
|
11560
|
+
for="borderless-table-expandable-checkrow-thead-check-input"
|
|
11561
11561
|
>
|
|
11562
11562
|
<input
|
|
11563
11563
|
class="pf-v6-c-check__input"
|
|
11564
11564
|
type="checkbox"
|
|
11565
|
-
id="borderless-table-
|
|
11566
|
-
name="borderless-table-
|
|
11565
|
+
id="borderless-table-expandable-checkrow-thead-check-input"
|
|
11566
|
+
name="borderless-table-expandable-checkrow-thead-check-input"
|
|
11567
11567
|
aria-label="Standalone check"
|
|
11568
11568
|
/>
|
|
11569
11569
|
</label>
|
|
@@ -11645,14 +11645,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11645
11645
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11646
11646
|
<label
|
|
11647
11647
|
class="pf-v6-c-check pf-m-standalone"
|
|
11648
|
-
id="borderless-table-
|
|
11649
|
-
for="borderless-table-
|
|
11648
|
+
id="borderless-table-expandable-checkrow-1-check"
|
|
11649
|
+
for="borderless-table-expandable-checkrow-1-check-input"
|
|
11650
11650
|
>
|
|
11651
11651
|
<input
|
|
11652
11652
|
class="pf-v6-c-check__input"
|
|
11653
11653
|
type="checkbox"
|
|
11654
|
-
id="borderless-table-
|
|
11655
|
-
name="borderless-table-
|
|
11654
|
+
id="borderless-table-expandable-checkrow-1-check-input"
|
|
11655
|
+
name="borderless-table-expandable-checkrow-1-check-input"
|
|
11656
11656
|
aria-label="Standalone check"
|
|
11657
11657
|
/>
|
|
11658
11658
|
</label>
|
|
@@ -11730,14 +11730,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11730
11730
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11731
11731
|
<label
|
|
11732
11732
|
class="pf-v6-c-check pf-m-standalone"
|
|
11733
|
-
id="borderless-table-
|
|
11734
|
-
for="borderless-table-
|
|
11733
|
+
id="borderless-table-expandable-checkrow-2-check"
|
|
11734
|
+
for="borderless-table-expandable-checkrow-2-check-input"
|
|
11735
11735
|
>
|
|
11736
11736
|
<input
|
|
11737
11737
|
class="pf-v6-c-check__input"
|
|
11738
11738
|
type="checkbox"
|
|
11739
|
-
id="borderless-table-
|
|
11740
|
-
name="borderless-table-
|
|
11739
|
+
id="borderless-table-expandable-checkrow-2-check-input"
|
|
11740
|
+
name="borderless-table-expandable-checkrow-2-check-input"
|
|
11741
11741
|
aria-label="Standalone check"
|
|
11742
11742
|
/>
|
|
11743
11743
|
</label>
|
|
@@ -11808,14 +11808,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11808
11808
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11809
11809
|
<label
|
|
11810
11810
|
class="pf-v6-c-check pf-m-standalone"
|
|
11811
|
-
id="borderless-table-
|
|
11812
|
-
for="borderless-table-
|
|
11811
|
+
id="borderless-table-expandable-checkrow-3-check"
|
|
11812
|
+
for="borderless-table-expandable-checkrow-3-check-input"
|
|
11813
11813
|
>
|
|
11814
11814
|
<input
|
|
11815
11815
|
class="pf-v6-c-check__input"
|
|
11816
11816
|
type="checkbox"
|
|
11817
|
-
id="borderless-table-
|
|
11818
|
-
name="borderless-table-
|
|
11817
|
+
id="borderless-table-expandable-checkrow-3-check-input"
|
|
11818
|
+
name="borderless-table-expandable-checkrow-3-check-input"
|
|
11819
11819
|
aria-label="Standalone check"
|
|
11820
11820
|
/>
|
|
11821
11821
|
</label>
|
|
@@ -11889,14 +11889,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
11889
11889
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
11890
11890
|
<label
|
|
11891
11891
|
class="pf-v6-c-check pf-m-standalone"
|
|
11892
|
-
id="borderless-table-
|
|
11893
|
-
for="borderless-table-
|
|
11892
|
+
id="borderless-table-expandable-checkrow-4-check"
|
|
11893
|
+
for="borderless-table-expandable-checkrow-4-check-input"
|
|
11894
11894
|
>
|
|
11895
11895
|
<input
|
|
11896
11896
|
class="pf-v6-c-check__input"
|
|
11897
11897
|
type="checkbox"
|
|
11898
|
-
id="borderless-table-
|
|
11899
|
-
name="borderless-table-
|
|
11898
|
+
id="borderless-table-expandable-checkrow-4-check-input"
|
|
11899
|
+
name="borderless-table-expandable-checkrow-4-check-input"
|
|
11900
11900
|
aria-label="Standalone check"
|
|
11901
11901
|
/>
|
|
11902
11902
|
</label>
|
|
@@ -14756,14 +14756,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14756
14756
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
14757
14757
|
<label
|
|
14758
14758
|
class="pf-v6-c-check pf-m-standalone"
|
|
14759
|
-
id="table-width-
|
|
14760
|
-
for="table-width-
|
|
14759
|
+
id="table-width-modifiers-checkrow-thead-check"
|
|
14760
|
+
for="table-width-modifiers-checkrow-thead-check-input"
|
|
14761
14761
|
>
|
|
14762
14762
|
<input
|
|
14763
14763
|
class="pf-v6-c-check__input"
|
|
14764
14764
|
type="checkbox"
|
|
14765
|
-
id="table-width-
|
|
14766
|
-
name="table-width-
|
|
14765
|
+
id="table-width-modifiers-checkrow-thead-check-input"
|
|
14766
|
+
name="table-width-modifiers-checkrow-thead-check-input"
|
|
14767
14767
|
aria-label="Standalone check"
|
|
14768
14768
|
/>
|
|
14769
14769
|
</label>
|
|
@@ -14836,14 +14836,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14836
14836
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
14837
14837
|
<label
|
|
14838
14838
|
class="pf-v6-c-check pf-m-standalone"
|
|
14839
|
-
id="table-width-
|
|
14840
|
-
for="table-width-
|
|
14839
|
+
id="table-width-modifiers-checkrow-1-check"
|
|
14840
|
+
for="table-width-modifiers-checkrow-1-check-input"
|
|
14841
14841
|
>
|
|
14842
14842
|
<input
|
|
14843
14843
|
class="pf-v6-c-check__input"
|
|
14844
14844
|
type="checkbox"
|
|
14845
|
-
id="table-width-
|
|
14846
|
-
name="table-width-
|
|
14845
|
+
id="table-width-modifiers-checkrow-1-check-input"
|
|
14846
|
+
name="table-width-modifiers-checkrow-1-check-input"
|
|
14847
14847
|
aria-label="Standalone check"
|
|
14848
14848
|
/>
|
|
14849
14849
|
</label>
|
|
@@ -14871,14 +14871,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14871
14871
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
14872
14872
|
<label
|
|
14873
14873
|
class="pf-v6-c-check pf-m-standalone"
|
|
14874
|
-
id="table-width-
|
|
14875
|
-
for="table-width-
|
|
14874
|
+
id="table-width-modifiers-checkrow-2-check"
|
|
14875
|
+
for="table-width-modifiers-checkrow-2-check-input"
|
|
14876
14876
|
>
|
|
14877
14877
|
<input
|
|
14878
14878
|
class="pf-v6-c-check__input"
|
|
14879
14879
|
type="checkbox"
|
|
14880
|
-
id="table-width-
|
|
14881
|
-
name="table-width-
|
|
14880
|
+
id="table-width-modifiers-checkrow-2-check-input"
|
|
14881
|
+
name="table-width-modifiers-checkrow-2-check-input"
|
|
14882
14882
|
aria-label="Standalone check"
|
|
14883
14883
|
/>
|
|
14884
14884
|
</label>
|
|
@@ -14907,14 +14907,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14907
14907
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
14908
14908
|
<label
|
|
14909
14909
|
class="pf-v6-c-check pf-m-standalone"
|
|
14910
|
-
id="table-width-
|
|
14911
|
-
for="table-width-
|
|
14910
|
+
id="table-width-modifiers-checkrow-3-check"
|
|
14911
|
+
for="table-width-modifiers-checkrow-3-check-input"
|
|
14912
14912
|
>
|
|
14913
14913
|
<input
|
|
14914
14914
|
class="pf-v6-c-check__input"
|
|
14915
14915
|
type="checkbox"
|
|
14916
|
-
id="table-width-
|
|
14917
|
-
name="table-width-
|
|
14916
|
+
id="table-width-modifiers-checkrow-3-check-input"
|
|
14917
|
+
name="table-width-modifiers-checkrow-3-check-input"
|
|
14918
14918
|
aria-label="Standalone check"
|
|
14919
14919
|
/>
|
|
14920
14920
|
</label>
|
|
@@ -14943,14 +14943,14 @@ Note: To apply padding to `.pf-v6-c-table__expandable-row`, wrap the content in
|
|
|
14943
14943
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
14944
14944
|
<label
|
|
14945
14945
|
class="pf-v6-c-check pf-m-standalone"
|
|
14946
|
-
id="table-width-
|
|
14947
|
-
for="table-width-
|
|
14946
|
+
id="table-width-modifiers-checkrow-4-check"
|
|
14947
|
+
for="table-width-modifiers-checkrow-4-check-input"
|
|
14948
14948
|
>
|
|
14949
14949
|
<input
|
|
14950
14950
|
class="pf-v6-c-check__input"
|
|
14951
14951
|
type="checkbox"
|
|
14952
|
-
id="table-width-
|
|
14953
|
-
name="table-width-
|
|
14952
|
+
id="table-width-modifiers-checkrow-4-check-input"
|
|
14953
|
+
name="table-width-modifiers-checkrow-4-check-input"
|
|
14954
14954
|
aria-label="Standalone check"
|
|
14955
14955
|
/>
|
|
14956
14956
|
</label>
|
|
@@ -18040,14 +18040,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18040
18040
|
>
|
|
18041
18041
|
<label
|
|
18042
18042
|
class="pf-v6-c-check pf-m-standalone"
|
|
18043
|
-
id="nested-columns-expandable-
|
|
18044
|
-
for="nested-columns-expandable-
|
|
18043
|
+
id="nested-columns-expandable-example-checkrow-check"
|
|
18044
|
+
for="nested-columns-expandable-example-checkrow-check-input"
|
|
18045
18045
|
>
|
|
18046
18046
|
<input
|
|
18047
18047
|
class="pf-v6-c-check__input"
|
|
18048
18048
|
type="checkbox"
|
|
18049
|
-
id="nested-columns-expandable-
|
|
18050
|
-
name="nested-columns-expandable-
|
|
18049
|
+
id="nested-columns-expandable-example-checkrow-check-input"
|
|
18050
|
+
name="nested-columns-expandable-example-checkrow-check-input"
|
|
18051
18051
|
aria-label="Standalone check"
|
|
18052
18052
|
/>
|
|
18053
18053
|
</label>
|
|
@@ -18120,14 +18120,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18120
18120
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
18121
18121
|
<label
|
|
18122
18122
|
class="pf-v6-c-check pf-m-standalone"
|
|
18123
|
-
id="nested-columns-expandable-
|
|
18124
|
-
for="nested-columns-expandable-
|
|
18123
|
+
id="nested-columns-expandable-example-checkrow-1-check"
|
|
18124
|
+
for="nested-columns-expandable-example-checkrow-1-check-input"
|
|
18125
18125
|
>
|
|
18126
18126
|
<input
|
|
18127
18127
|
class="pf-v6-c-check__input"
|
|
18128
18128
|
type="checkbox"
|
|
18129
|
-
id="nested-columns-expandable-
|
|
18130
|
-
name="nested-columns-expandable-
|
|
18129
|
+
id="nested-columns-expandable-example-checkrow-1-check-input"
|
|
18130
|
+
name="nested-columns-expandable-example-checkrow-1-check-input"
|
|
18131
18131
|
aria-label="Standalone check"
|
|
18132
18132
|
/>
|
|
18133
18133
|
</label>
|
|
@@ -18204,14 +18204,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18204
18204
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
18205
18205
|
<label
|
|
18206
18206
|
class="pf-v6-c-check pf-m-standalone"
|
|
18207
|
-
id="nested-columns-expandable-
|
|
18208
|
-
for="nested-columns-expandable-
|
|
18207
|
+
id="nested-columns-expandable-example-checkrow-2-check"
|
|
18208
|
+
for="nested-columns-expandable-example-checkrow-2-check-input"
|
|
18209
18209
|
>
|
|
18210
18210
|
<input
|
|
18211
18211
|
class="pf-v6-c-check__input"
|
|
18212
18212
|
type="checkbox"
|
|
18213
|
-
id="nested-columns-expandable-
|
|
18214
|
-
name="nested-columns-expandable-
|
|
18213
|
+
id="nested-columns-expandable-example-checkrow-2-check-input"
|
|
18214
|
+
name="nested-columns-expandable-example-checkrow-2-check-input"
|
|
18215
18215
|
aria-label="Standalone check"
|
|
18216
18216
|
/>
|
|
18217
18217
|
</label>
|
|
@@ -18285,14 +18285,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
18285
18285
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
18286
18286
|
<label
|
|
18287
18287
|
class="pf-v6-c-check pf-m-standalone"
|
|
18288
|
-
id="nested-columns-expandable-
|
|
18289
|
-
for="nested-columns-expandable-
|
|
18288
|
+
id="nested-columns-expandable-example-checkrow-3-check"
|
|
18289
|
+
for="nested-columns-expandable-example-checkrow-3-check-input"
|
|
18290
18290
|
>
|
|
18291
18291
|
<input
|
|
18292
18292
|
class="pf-v6-c-check__input"
|
|
18293
18293
|
type="checkbox"
|
|
18294
|
-
id="nested-columns-expandable-
|
|
18295
|
-
name="nested-columns-expandable-
|
|
18294
|
+
id="nested-columns-expandable-example-checkrow-3-check-input"
|
|
18295
|
+
name="nested-columns-expandable-example-checkrow-3-check-input"
|
|
18296
18296
|
aria-label="Standalone check"
|
|
18297
18297
|
/>
|
|
18298
18298
|
</label>
|
|
@@ -19943,14 +19943,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19943
19943
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
19944
19944
|
<label
|
|
19945
19945
|
class="pf-v6-c-check pf-m-standalone"
|
|
19946
|
-
id="table-
|
|
19947
|
-
for="table-
|
|
19946
|
+
id="table-favorites-checkrow-thead-check"
|
|
19947
|
+
for="table-favorites-checkrow-thead-check-input"
|
|
19948
19948
|
>
|
|
19949
19949
|
<input
|
|
19950
19950
|
class="pf-v6-c-check__input"
|
|
19951
19951
|
type="checkbox"
|
|
19952
|
-
id="table-
|
|
19953
|
-
name="table-
|
|
19952
|
+
id="table-favorites-checkrow-thead-check-input"
|
|
19953
|
+
name="table-favorites-checkrow-thead-check-input"
|
|
19954
19954
|
aria-label="Standalone check"
|
|
19955
19955
|
/>
|
|
19956
19956
|
</label>
|
|
@@ -19981,14 +19981,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
19981
19981
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
19982
19982
|
<label
|
|
19983
19983
|
class="pf-v6-c-check pf-m-standalone"
|
|
19984
|
-
id="table-
|
|
19985
|
-
for="table-
|
|
19984
|
+
id="table-favorites-checkrow-1-check"
|
|
19985
|
+
for="table-favorites-checkrow-1-check-input"
|
|
19986
19986
|
>
|
|
19987
19987
|
<input
|
|
19988
19988
|
class="pf-v6-c-check__input"
|
|
19989
19989
|
type="checkbox"
|
|
19990
|
-
id="table-
|
|
19991
|
-
name="table-
|
|
19990
|
+
id="table-favorites-checkrow-1-check-input"
|
|
19991
|
+
name="table-favorites-checkrow-1-check-input"
|
|
19992
19992
|
aria-label="Standalone check"
|
|
19993
19993
|
/>
|
|
19994
19994
|
</label>
|
|
@@ -20041,14 +20041,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20041
20041
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20042
20042
|
<label
|
|
20043
20043
|
class="pf-v6-c-check pf-m-standalone"
|
|
20044
|
-
id="table-
|
|
20045
|
-
for="table-
|
|
20044
|
+
id="table-favorites-checkrow-2-check"
|
|
20045
|
+
for="table-favorites-checkrow-2-check-input"
|
|
20046
20046
|
>
|
|
20047
20047
|
<input
|
|
20048
20048
|
class="pf-v6-c-check__input"
|
|
20049
20049
|
type="checkbox"
|
|
20050
|
-
id="table-
|
|
20051
|
-
name="table-
|
|
20050
|
+
id="table-favorites-checkrow-2-check-input"
|
|
20051
|
+
name="table-favorites-checkrow-2-check-input"
|
|
20052
20052
|
aria-label="Standalone check"
|
|
20053
20053
|
/>
|
|
20054
20054
|
</label>
|
|
@@ -20096,14 +20096,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20096
20096
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20097
20097
|
<label
|
|
20098
20098
|
class="pf-v6-c-check pf-m-standalone"
|
|
20099
|
-
id="table-
|
|
20100
|
-
for="table-
|
|
20099
|
+
id="table-favorites-checkrow-3-check"
|
|
20100
|
+
for="table-favorites-checkrow-3-check-input"
|
|
20101
20101
|
>
|
|
20102
20102
|
<input
|
|
20103
20103
|
class="pf-v6-c-check__input"
|
|
20104
20104
|
type="checkbox"
|
|
20105
|
-
id="table-
|
|
20106
|
-
name="table-
|
|
20105
|
+
id="table-favorites-checkrow-3-check-input"
|
|
20106
|
+
name="table-favorites-checkrow-3-check-input"
|
|
20107
20107
|
aria-label="Standalone check"
|
|
20108
20108
|
/>
|
|
20109
20109
|
</label>
|
|
@@ -20154,14 +20154,14 @@ For sticky columns to function correctly, the parent table's width must be contr
|
|
|
20154
20154
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20155
20155
|
<label
|
|
20156
20156
|
class="pf-v6-c-check pf-m-standalone"
|
|
20157
|
-
id="table-
|
|
20158
|
-
for="table-
|
|
20157
|
+
id="table-favorites-checkrow-4-check"
|
|
20158
|
+
for="table-favorites-checkrow-4-check-input"
|
|
20159
20159
|
>
|
|
20160
20160
|
<input
|
|
20161
20161
|
class="pf-v6-c-check__input"
|
|
20162
20162
|
type="checkbox"
|
|
20163
|
-
id="table-
|
|
20164
|
-
name="table-
|
|
20163
|
+
id="table-favorites-checkrow-4-check-input"
|
|
20164
|
+
name="table-favorites-checkrow-4-check-input"
|
|
20165
20165
|
aria-label="Standalone check"
|
|
20166
20166
|
/>
|
|
20167
20167
|
</label>
|
|
@@ -20732,14 +20732,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
20732
20732
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20733
20733
|
<label
|
|
20734
20734
|
class="pf-v6-c-check pf-m-standalone"
|
|
20735
|
-
id="table-striped-
|
|
20736
|
-
for="table-striped-
|
|
20735
|
+
id="table-striped-expandable-checkrow-thead-check"
|
|
20736
|
+
for="table-striped-expandable-checkrow-thead-check-input"
|
|
20737
20737
|
>
|
|
20738
20738
|
<input
|
|
20739
20739
|
class="pf-v6-c-check__input"
|
|
20740
20740
|
type="checkbox"
|
|
20741
|
-
id="table-striped-
|
|
20742
|
-
name="table-striped-
|
|
20741
|
+
id="table-striped-expandable-checkrow-thead-check-input"
|
|
20742
|
+
name="table-striped-expandable-checkrow-thead-check-input"
|
|
20743
20743
|
aria-label="Standalone check"
|
|
20744
20744
|
/>
|
|
20745
20745
|
</label>
|
|
@@ -20821,14 +20821,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
20821
20821
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20822
20822
|
<label
|
|
20823
20823
|
class="pf-v6-c-check pf-m-standalone"
|
|
20824
|
-
id="table-striped-
|
|
20825
|
-
for="table-striped-
|
|
20824
|
+
id="table-striped-expandable-checkrow-1-check"
|
|
20825
|
+
for="table-striped-expandable-checkrow-1-check-input"
|
|
20826
20826
|
>
|
|
20827
20827
|
<input
|
|
20828
20828
|
class="pf-v6-c-check__input"
|
|
20829
20829
|
type="checkbox"
|
|
20830
|
-
id="table-striped-
|
|
20831
|
-
name="table-striped-
|
|
20830
|
+
id="table-striped-expandable-checkrow-1-check-input"
|
|
20831
|
+
name="table-striped-expandable-checkrow-1-check-input"
|
|
20832
20832
|
aria-label="Standalone check"
|
|
20833
20833
|
/>
|
|
20834
20834
|
</label>
|
|
@@ -20906,14 +20906,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
20906
20906
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20907
20907
|
<label
|
|
20908
20908
|
class="pf-v6-c-check pf-m-standalone"
|
|
20909
|
-
id="table-striped-
|
|
20910
|
-
for="table-striped-
|
|
20909
|
+
id="table-striped-expandable-checkrow-2-check"
|
|
20910
|
+
for="table-striped-expandable-checkrow-2-check-input"
|
|
20911
20911
|
>
|
|
20912
20912
|
<input
|
|
20913
20913
|
class="pf-v6-c-check__input"
|
|
20914
20914
|
type="checkbox"
|
|
20915
|
-
id="table-striped-
|
|
20916
|
-
name="table-striped-
|
|
20915
|
+
id="table-striped-expandable-checkrow-2-check-input"
|
|
20916
|
+
name="table-striped-expandable-checkrow-2-check-input"
|
|
20917
20917
|
aria-label="Standalone check"
|
|
20918
20918
|
/>
|
|
20919
20919
|
</label>
|
|
@@ -20984,14 +20984,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
20984
20984
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
20985
20985
|
<label
|
|
20986
20986
|
class="pf-v6-c-check pf-m-standalone"
|
|
20987
|
-
id="table-striped-
|
|
20988
|
-
for="table-striped-
|
|
20987
|
+
id="table-striped-expandable-checkrow-3-check"
|
|
20988
|
+
for="table-striped-expandable-checkrow-3-check-input"
|
|
20989
20989
|
>
|
|
20990
20990
|
<input
|
|
20991
20991
|
class="pf-v6-c-check__input"
|
|
20992
20992
|
type="checkbox"
|
|
20993
|
-
id="table-striped-
|
|
20994
|
-
name="table-striped-
|
|
20993
|
+
id="table-striped-expandable-checkrow-3-check-input"
|
|
20994
|
+
name="table-striped-expandable-checkrow-3-check-input"
|
|
20995
20995
|
aria-label="Standalone check"
|
|
20996
20996
|
/>
|
|
20997
20997
|
</label>
|
|
@@ -21065,14 +21065,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
|
|
|
21065
21065
|
<td class="pf-v6-c-table__td pf-v6-c-table__check" role="cell">
|
|
21066
21066
|
<label
|
|
21067
21067
|
class="pf-v6-c-check pf-m-standalone"
|
|
21068
|
-
id="table-striped-
|
|
21069
|
-
for="table-striped-
|
|
21068
|
+
id="table-striped-expandable-checkrow-4-check"
|
|
21069
|
+
for="table-striped-expandable-checkrow-4-check-input"
|
|
21070
21070
|
>
|
|
21071
21071
|
<input
|
|
21072
21072
|
class="pf-v6-c-check__input"
|
|
21073
21073
|
type="checkbox"
|
|
21074
|
-
id="table-striped-
|
|
21075
|
-
name="table-striped-
|
|
21074
|
+
id="table-striped-expandable-checkrow-4-check-input"
|
|
21075
|
+
name="table-striped-expandable-checkrow-4-check-input"
|
|
21076
21076
|
aria-label="Standalone check"
|
|
21077
21077
|
/>
|
|
21078
21078
|
</label>
|