@patternfly/patternfly 5.0.0-alpha.10 → 5.0.0-alpha.12

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.
Files changed (54) hide show
  1. package/RELEASE-NOTES.md +17 -0
  2. package/assets/icons/iconUnicodes.json +1 -0
  3. package/assets/pficon/pficon.scss +6 -0
  4. package/assets/pficon/pficon.woff +0 -0
  5. package/assets/pficon/pficon.woff2 +0 -0
  6. package/base/_chart-globals.scss +0 -4
  7. package/base/patternfly-icons.css +5 -1
  8. package/base/patternfly-pf-icons.css +5 -1
  9. package/components/CalendarMonth/calendar-month.css +1 -1
  10. package/components/CalendarMonth/calendar-month.scss +1 -1
  11. package/components/ChipGroup/chip-group.css +1 -3
  12. package/components/ChipGroup/chip-group.scss +1 -4
  13. package/components/Content/content.css +6 -0
  14. package/components/Content/content.scss +8 -0
  15. package/components/Pagination/pagination.css +0 -108
  16. package/components/Pagination/pagination.scss +0 -6
  17. package/components/Popover/popover.css +1 -1
  18. package/components/Popover/themes/dark/popover.scss +1 -1
  19. package/components/Tabs/tabs.css +0 -4
  20. package/components/Tabs/tabs.scss +0 -7
  21. package/components/Tooltip/themes/dark/tooltip.scss +1 -8
  22. package/components/Tooltip/tooltip.css +7 -9
  23. package/components/Tooltip/tooltip.scss +6 -3
  24. package/docs/components/Check/examples/Check.md +2 -6
  25. package/docs/components/ChipGroup/examples/ChipGroup.md +10 -339
  26. package/docs/components/Content/examples/Content.md +28 -0
  27. package/docs/components/DataList/examples/DataList.md +104 -65
  28. package/docs/components/Dropdown/examples/Dropdown.md +73 -49
  29. package/docs/components/LabelGroup/examples/LabelGroup.md +2 -14
  30. package/docs/components/Menu/examples/Menu.md +1 -1
  31. package/docs/components/MenuToggle/examples/MenuToggle.md +4 -4
  32. package/docs/components/Table/examples/Table.md +1117 -700
  33. package/docs/components/Tabs/examples/Tabs.md +102 -102
  34. package/docs/components/Toolbar/examples/Toolbar.md +48 -30
  35. package/docs/demos/Banner/examples/Banner.md +0 -1
  36. package/docs/demos/CardView/examples/CardView.md +8 -5
  37. package/docs/demos/DataList/examples/DataList.md +136 -85
  38. package/docs/demos/DescriptionList/examples/DescriptionList.md +0 -1
  39. package/docs/demos/HelperText/examples/HelperText.md +0 -1
  40. package/docs/demos/Page/examples/Page.md +1 -1
  41. package/docs/demos/PasswordStrength/examples/PasswordStrength.md +0 -1
  42. package/docs/demos/PrimaryDetail/examples/PrimaryDetail.md +8 -5
  43. package/docs/demos/Table/examples/Table.md +421 -265
  44. package/docs/demos/Tabs/examples/Tabs.md +48 -30
  45. package/docs/demos/Toolbar/examples/Toolbar.md +80 -50
  46. package/docs/demos/Wizard/examples/Wizard.md +179 -171
  47. package/icons/pf-icons.json +1 -0
  48. package/package.json +5 -5
  49. package/patternfly-base-no-reset.css +5 -1
  50. package/patternfly-base.css +5 -1
  51. package/patternfly-no-reset.css +21 -127
  52. package/patternfly.css +21 -127
  53. package/patternfly.min.css +1 -1
  54. package/patternfly.min.css.map +1 -1
@@ -515,11 +515,14 @@ These classes can be used to ensure that the table changes between the tabular a
515
515
  <tr role="row">
516
516
  <td class="pf-c-table__check" role="cell">
517
517
  <label>
518
- <input
519
- type="checkbox"
520
- name="table-checkboxes-and-actions-checkrowthead"
521
- aria-label="Select all rows"
522
- />
518
+ <div class="pf-c-check pf-m-standalone">
519
+ <input
520
+ class="pf-c-check__input"
521
+ type="checkbox"
522
+ name="table-checkboxes-and-actions-checkrowthead"
523
+ aria-label="Select all rows"
524
+ />
525
+ </div>
523
526
  </label>
524
527
  </td>
525
528
  <th role="columnheader" scope="col">Repositories</th>
@@ -535,11 +538,14 @@ These classes can be used to ensure that the table changes between the tabular a
535
538
  <tr role="row">
536
539
  <td class="pf-c-table__check" role="cell">
537
540
  <label>
538
- <input
539
- type="checkbox"
540
- name="table-checkboxes-and-actions-checkrow1"
541
- aria-labelledby="table-checkboxes-and-actions-node1"
542
- />
541
+ <div class="pf-c-check pf-m-standalone">
542
+ <input
543
+ class="pf-c-check__input"
544
+ type="checkbox"
545
+ name="table-checkboxes-and-actions-checkrow1"
546
+ aria-labelledby="table-checkboxes-and-actions-node1"
547
+ />
548
+ </div>
543
549
  </label>
544
550
  </td>
545
551
  <th role="columnheader" data-label="Data label name">
@@ -598,11 +604,14 @@ These classes can be used to ensure that the table changes between the tabular a
598
604
  <tr role="row">
599
605
  <td class="pf-c-table__check" role="cell">
600
606
  <label>
601
- <input
602
- type="checkbox"
603
- name="table-checkboxes-and-actions-checkrow2"
604
- aria-labelledby="table-checkboxes-and-actions-node2"
605
- />
607
+ <div class="pf-c-check pf-m-standalone">
608
+ <input
609
+ class="pf-c-check__input"
610
+ type="checkbox"
611
+ name="table-checkboxes-and-actions-checkrow2"
612
+ aria-labelledby="table-checkboxes-and-actions-node2"
613
+ />
614
+ </div>
606
615
  </label>
607
616
  </td>
608
617
  <th role="columnheader" data-label="Data label name">
@@ -662,11 +671,14 @@ These classes can be used to ensure that the table changes between the tabular a
662
671
  <tr role="row">
663
672
  <td class="pf-c-table__check" role="cell">
664
673
  <label>
665
- <input
666
- type="checkbox"
667
- name="table-checkboxes-and-actions-checkrow3"
668
- aria-labelledby="table-checkboxes-and-actions-node3"
669
- />
674
+ <div class="pf-c-check pf-m-standalone">
675
+ <input
676
+ class="pf-c-check__input"
677
+ type="checkbox"
678
+ name="table-checkboxes-and-actions-checkrow3"
679
+ aria-labelledby="table-checkboxes-and-actions-node3"
680
+ />
681
+ </div>
670
682
  </label>
671
683
  </td>
672
684
  <th role="columnheader" data-label="Data label name">
@@ -726,11 +738,14 @@ These classes can be used to ensure that the table changes between the tabular a
726
738
  <tr role="row">
727
739
  <td class="pf-c-table__check" role="cell">
728
740
  <label>
729
- <input
730
- type="checkbox"
731
- name="table-checkboxes-and-actions-checkrow4"
732
- aria-labelledby="table-checkboxes-and-actions-node4"
733
- />
741
+ <div class="pf-c-check pf-m-standalone">
742
+ <input
743
+ class="pf-c-check__input"
744
+ type="checkbox"
745
+ name="table-checkboxes-and-actions-checkrow4"
746
+ aria-labelledby="table-checkboxes-and-actions-node4"
747
+ />
748
+ </div>
734
749
  </label>
735
750
  </td>
736
751
  <th role="columnheader" data-label="Data label name">
@@ -816,11 +831,14 @@ These classes can be used to ensure that the table changes between the tabular a
816
831
  <tr role="row">
817
832
  <td class="pf-c-table__check" role="cell">
818
833
  <label>
819
- <input
820
- type="radio"
821
- name="table-single-select-radio-radio"
822
- aria-labelledby="table-single-select-radio-node1"
823
- />
834
+ <div class="pf-c-radio pf-m-standalone">
835
+ <input
836
+ class="pf-c-radio__input"
837
+ type="radio"
838
+ name="table-single-select-radio-radio"
839
+ aria-labelledby="table-single-select-radio-node1"
840
+ />
841
+ </div>
824
842
  </label>
825
843
  </td>
826
844
  <th role="columnheader" data-label="Data label name">
@@ -879,11 +897,14 @@ These classes can be used to ensure that the table changes between the tabular a
879
897
  <tr role="row">
880
898
  <td class="pf-c-table__check" role="cell">
881
899
  <label>
882
- <input
883
- type="radio"
884
- name="table-single-select-radio-radio"
885
- aria-labelledby="table-single-select-radio-node2"
886
- />
900
+ <div class="pf-c-radio pf-m-standalone">
901
+ <input
902
+ class="pf-c-radio__input"
903
+ type="radio"
904
+ name="table-single-select-radio-radio"
905
+ aria-labelledby="table-single-select-radio-node2"
906
+ />
907
+ </div>
887
908
  </label>
888
909
  </td>
889
910
  <th role="columnheader" data-label="Data label name">
@@ -943,11 +964,14 @@ These classes can be used to ensure that the table changes between the tabular a
943
964
  <tr role="row">
944
965
  <td class="pf-c-table__check" role="cell">
945
966
  <label>
946
- <input
947
- type="radio"
948
- name="table-single-select-radio-radio"
949
- aria-labelledby="table-single-select-radio-node3"
950
- />
967
+ <div class="pf-c-radio pf-m-standalone">
968
+ <input
969
+ class="pf-c-radio__input"
970
+ type="radio"
971
+ name="table-single-select-radio-radio"
972
+ aria-labelledby="table-single-select-radio-node3"
973
+ />
974
+ </div>
951
975
  </label>
952
976
  </td>
953
977
  <th role="columnheader" data-label="Data label name">
@@ -1007,11 +1031,14 @@ These classes can be used to ensure that the table changes between the tabular a
1007
1031
  <tr role="row">
1008
1032
  <td class="pf-c-table__check" role="cell">
1009
1033
  <label>
1010
- <input
1011
- type="radio"
1012
- name="table-single-select-radio-radio"
1013
- aria-labelledby="table-single-select-radio-node4"
1014
- />
1034
+ <div class="pf-c-radio pf-m-standalone">
1035
+ <input
1036
+ class="pf-c-radio__input"
1037
+ type="radio"
1038
+ name="table-single-select-radio-radio"
1039
+ aria-labelledby="table-single-select-radio-node4"
1040
+ />
1041
+ </div>
1015
1042
  </label>
1016
1043
  </td>
1017
1044
  <th role="columnheader" data-label="Data label name">
@@ -1120,11 +1147,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1120
1147
 
1121
1148
  <td class="pf-c-table__check" role="cell">
1122
1149
  <label>
1123
- <input
1124
- type="checkbox"
1125
- name="table-expandable-checkrowthead"
1126
- aria-label="Select all rows"
1127
- />
1150
+ <div class="pf-c-check pf-m-standalone">
1151
+ <input
1152
+ class="pf-c-check__input"
1153
+ type="checkbox"
1154
+ name="table-expandable-checkrowthead"
1155
+ aria-label="Select all rows"
1156
+ />
1157
+ </div>
1128
1158
  </label>
1129
1159
  </td>
1130
1160
  <th
@@ -1196,11 +1226,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1196
1226
 
1197
1227
  <td class="pf-c-table__check" role="cell">
1198
1228
  <label>
1199
- <input
1200
- type="checkbox"
1201
- name="table-expandable-checkrow1"
1202
- aria-labelledby="table-expandable-node1"
1203
- />
1229
+ <div class="pf-c-check pf-m-standalone">
1230
+ <input
1231
+ class="pf-c-check__input"
1232
+ type="checkbox"
1233
+ name="table-expandable-checkrow1"
1234
+ aria-labelledby="table-expandable-node1"
1235
+ />
1236
+ </div>
1204
1237
  </label>
1205
1238
  </td>
1206
1239
  <th role="columnheader" data-label="Data label name">
@@ -1288,11 +1321,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1288
1321
 
1289
1322
  <td class="pf-c-table__check" role="cell">
1290
1323
  <label>
1291
- <input
1292
- type="checkbox"
1293
- name="table-expandable-checkrow2"
1294
- aria-labelledby="table-expandable-node2"
1295
- />
1324
+ <div class="pf-c-check pf-m-standalone">
1325
+ <input
1326
+ class="pf-c-check__input"
1327
+ type="checkbox"
1328
+ name="table-expandable-checkrow2"
1329
+ aria-labelledby="table-expandable-node2"
1330
+ />
1331
+ </div>
1296
1332
  </label>
1297
1333
  </td>
1298
1334
  <th role="columnheader" data-label="Data label name">
@@ -1378,11 +1414,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1378
1414
 
1379
1415
  <td class="pf-c-table__check" role="cell">
1380
1416
  <label>
1381
- <input
1382
- type="checkbox"
1383
- name="table-expandable-checkrow3"
1384
- aria-labelledby="table-expandable-node3"
1385
- />
1417
+ <div class="pf-c-check pf-m-standalone">
1418
+ <input
1419
+ class="pf-c-check__input"
1420
+ type="checkbox"
1421
+ name="table-expandable-checkrow3"
1422
+ aria-labelledby="table-expandable-node3"
1423
+ />
1424
+ </div>
1386
1425
  </label>
1387
1426
  </td>
1388
1427
  <th role="columnheader" data-label="Data label name">
@@ -1468,11 +1507,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1468
1507
 
1469
1508
  <td class="pf-c-table__check" role="cell">
1470
1509
  <label>
1471
- <input
1472
- type="checkbox"
1473
- name="table-expandable-checkrow4"
1474
- aria-labelledby="table-expandable-node4"
1475
- />
1510
+ <div class="pf-c-check pf-m-standalone">
1511
+ <input
1512
+ class="pf-c-check__input"
1513
+ type="checkbox"
1514
+ name="table-expandable-checkrow4"
1515
+ aria-labelledby="table-expandable-node4"
1516
+ />
1517
+ </div>
1476
1518
  </label>
1477
1519
  </td>
1478
1520
  <th role="columnheader" data-label="Data label name">
@@ -1573,11 +1615,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1573
1615
 
1574
1616
  <td class="pf-c-table__check" role="cell">
1575
1617
  <label>
1576
- <input
1577
- type="checkbox"
1578
- name="expandable-set-width-columns-example-checkrowthead"
1579
- aria-label="Select all rows"
1580
- />
1618
+ <div class="pf-c-check pf-m-standalone">
1619
+ <input
1620
+ class="pf-c-check__input"
1621
+ type="checkbox"
1622
+ name="expandable-set-width-columns-example-checkrowthead"
1623
+ aria-label="Select all rows"
1624
+ />
1625
+ </div>
1581
1626
  </label>
1582
1627
  </td>
1583
1628
  <th
@@ -1649,11 +1694,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1649
1694
 
1650
1695
  <td class="pf-c-table__check" role="cell">
1651
1696
  <label>
1652
- <input
1653
- type="checkbox"
1654
- name="expandable-set-width-columns-example-checkrow1"
1655
- aria-labelledby="expandable-set-width-columns-example-node1"
1656
- />
1697
+ <div class="pf-c-check pf-m-standalone">
1698
+ <input
1699
+ class="pf-c-check__input"
1700
+ type="checkbox"
1701
+ name="expandable-set-width-columns-example-checkrow1"
1702
+ aria-labelledby="expandable-set-width-columns-example-node1"
1703
+ />
1704
+ </div>
1657
1705
  </label>
1658
1706
  </td>
1659
1707
  <th role="columnheader" data-label="Data label name">
@@ -1746,11 +1794,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1746
1794
 
1747
1795
  <td class="pf-c-table__check" role="cell">
1748
1796
  <label>
1749
- <input
1750
- type="checkbox"
1751
- name="expandable-set-width-columns-example-checkrow2"
1752
- aria-labelledby="expandable-set-width-columns-example-node2"
1753
- />
1797
+ <div class="pf-c-check pf-m-standalone">
1798
+ <input
1799
+ class="pf-c-check__input"
1800
+ type="checkbox"
1801
+ name="expandable-set-width-columns-example-checkrow2"
1802
+ aria-labelledby="expandable-set-width-columns-example-node2"
1803
+ />
1804
+ </div>
1754
1805
  </label>
1755
1806
  </td>
1756
1807
  <th role="columnheader" data-label="Data label name">
@@ -1844,11 +1895,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1844
1895
 
1845
1896
  <td class="pf-c-table__check" role="cell">
1846
1897
  <label>
1847
- <input
1848
- type="checkbox"
1849
- name="expandable-set-width-columns-example-checkrow3"
1850
- aria-labelledby="expandable-set-width-columns-example-node3"
1851
- />
1898
+ <div class="pf-c-check pf-m-standalone">
1899
+ <input
1900
+ class="pf-c-check__input"
1901
+ type="checkbox"
1902
+ name="expandable-set-width-columns-example-checkrow3"
1903
+ aria-labelledby="expandable-set-width-columns-example-node3"
1904
+ />
1905
+ </div>
1852
1906
  </label>
1853
1907
  </td>
1854
1908
  <th role="columnheader" data-label="Data label name">
@@ -1938,11 +1992,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
1938
1992
 
1939
1993
  <td class="pf-c-table__check" role="cell">
1940
1994
  <label>
1941
- <input
1942
- type="checkbox"
1943
- name="expandable-set-width-columns-example-checkrow4"
1944
- aria-labelledby="expandable-set-width-columns-example-node4"
1945
- />
1995
+ <div class="pf-c-check pf-m-standalone">
1996
+ <input
1997
+ class="pf-c-check__input"
1998
+ type="checkbox"
1999
+ name="expandable-set-width-columns-example-checkrow4"
2000
+ aria-labelledby="expandable-set-width-columns-example-node4"
2001
+ />
2002
+ </div>
1946
2003
  </label>
1947
2004
  </td>
1948
2005
  <th role="columnheader" data-label="Data label name">
@@ -2045,11 +2102,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
2045
2102
 
2046
2103
  <td class="pf-c-table__check" role="cell">
2047
2104
  <label>
2048
- <input
2049
- type="checkbox"
2050
- name="table-expandable-nested-table-checkrowthead"
2051
- aria-label="Select all rows"
2052
- />
2105
+ <div class="pf-c-check pf-m-standalone">
2106
+ <input
2107
+ class="pf-c-check__input"
2108
+ type="checkbox"
2109
+ name="table-expandable-nested-table-checkrowthead"
2110
+ aria-label="Select all rows"
2111
+ />
2112
+ </div>
2053
2113
  </label>
2054
2114
  </td>
2055
2115
  <th
@@ -2121,11 +2181,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
2121
2181
 
2122
2182
  <td class="pf-c-table__check" role="cell">
2123
2183
  <label>
2124
- <input
2125
- type="checkbox"
2126
- name="table-expandable-nested-table-checkrow1"
2127
- aria-labelledby="table-expandable-nested-table-node1"
2128
- />
2184
+ <div class="pf-c-check pf-m-standalone">
2185
+ <input
2186
+ class="pf-c-check__input"
2187
+ type="checkbox"
2188
+ name="table-expandable-nested-table-checkrow1"
2189
+ aria-labelledby="table-expandable-nested-table-node1"
2190
+ />
2191
+ </div>
2129
2192
  </label>
2130
2193
  </td>
2131
2194
  <th role="columnheader" data-label="Data label name">
@@ -2264,11 +2327,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
2264
2327
 
2265
2328
  <td class="pf-c-table__check" role="cell">
2266
2329
  <label>
2267
- <input
2268
- type="checkbox"
2269
- name="table-expandable-nested-table-checkrow2"
2270
- aria-labelledby="table-expandable-nested-table-node2"
2271
- />
2330
+ <div class="pf-c-check pf-m-standalone">
2331
+ <input
2332
+ class="pf-c-check__input"
2333
+ type="checkbox"
2334
+ name="table-expandable-nested-table-checkrow2"
2335
+ aria-labelledby="table-expandable-nested-table-node2"
2336
+ />
2337
+ </div>
2272
2338
  </label>
2273
2339
  </td>
2274
2340
  <th role="columnheader" data-label="Data label name">
@@ -2359,11 +2425,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
2359
2425
 
2360
2426
  <td class="pf-c-table__check" role="cell">
2361
2427
  <label>
2362
- <input
2363
- type="checkbox"
2364
- name="table-expandable-nested-table-checkrow3"
2365
- aria-labelledby="table-expandable-nested-table-node3"
2366
- />
2428
+ <div class="pf-c-check pf-m-standalone">
2429
+ <input
2430
+ class="pf-c-check__input"
2431
+ type="checkbox"
2432
+ name="table-expandable-nested-table-checkrow3"
2433
+ aria-labelledby="table-expandable-nested-table-node3"
2434
+ />
2435
+ </div>
2367
2436
  </label>
2368
2437
  </td>
2369
2438
  <th role="columnheader" data-label="Data label name">
@@ -2454,11 +2523,14 @@ Note: Table column widths will respond automatically when toggling expanded rows
2454
2523
 
2455
2524
  <td class="pf-c-table__check" role="cell">
2456
2525
  <label>
2457
- <input
2458
- type="checkbox"
2459
- name="table-expandable-nested-table-checkrow4"
2460
- aria-labelledby="table-expandable-nested-table-node4"
2461
- />
2526
+ <div class="pf-c-check pf-m-standalone">
2527
+ <input
2528
+ class="pf-c-check__input"
2529
+ type="checkbox"
2530
+ name="table-expandable-nested-table-checkrow4"
2531
+ aria-labelledby="table-expandable-nested-table-node4"
2532
+ />
2533
+ </div>
2462
2534
  </label>
2463
2535
  </td>
2464
2536
  <th role="columnheader" data-label="Data label name">
@@ -5897,11 +5969,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
5897
5969
  <tr role="row">
5898
5970
  <td class="pf-c-table__check" role="cell">
5899
5971
  <label>
5900
- <input
5901
- type="checkbox"
5902
- name="table-compact-checkrowthead"
5903
- aria-label="Select all rows"
5904
- />
5972
+ <div class="pf-c-check pf-m-standalone">
5973
+ <input
5974
+ class="pf-c-check__input"
5975
+ type="checkbox"
5976
+ name="table-compact-checkrowthead"
5977
+ aria-label="Select all rows"
5978
+ />
5979
+ </div>
5905
5980
  </label>
5906
5981
  </td>
5907
5982
  <th role="columnheader" scope="col">Contributor</th>
@@ -5919,11 +5994,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
5919
5994
  <tr role="row">
5920
5995
  <td class="pf-c-table__check" role="cell">
5921
5996
  <label>
5922
- <input
5923
- type="checkbox"
5924
- name="table-compact-checkrow1"
5925
- aria-labelledby="table-compact-node1"
5926
- />
5997
+ <div class="pf-c-check pf-m-standalone">
5998
+ <input
5999
+ class="pf-c-check__input"
6000
+ type="checkbox"
6001
+ name="table-compact-checkrow1"
6002
+ aria-labelledby="table-compact-node1"
6003
+ />
6004
+ </div>
5927
6005
  </label>
5928
6006
  </td>
5929
6007
  <th role="columnheader" data-label="Data label name">
@@ -5988,11 +6066,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
5988
6066
  <tr role="row">
5989
6067
  <td class="pf-c-table__check" role="cell">
5990
6068
  <label>
5991
- <input
5992
- type="checkbox"
5993
- name="table-compact-checkrow2"
5994
- aria-labelledby="table-compact-node2"
5995
- />
6069
+ <div class="pf-c-check pf-m-standalone">
6070
+ <input
6071
+ class="pf-c-check__input"
6072
+ type="checkbox"
6073
+ name="table-compact-checkrow2"
6074
+ aria-labelledby="table-compact-node2"
6075
+ />
6076
+ </div>
5996
6077
  </label>
5997
6078
  </td>
5998
6079
  <th role="columnheader" data-label="Data label name">
@@ -6057,11 +6138,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6057
6138
  <tr role="row">
6058
6139
  <td class="pf-c-table__check" role="cell">
6059
6140
  <label>
6060
- <input
6061
- type="checkbox"
6062
- name="table-compact-checkrow3"
6063
- aria-labelledby="table-compact-node3"
6064
- />
6141
+ <div class="pf-c-check pf-m-standalone">
6142
+ <input
6143
+ class="pf-c-check__input"
6144
+ type="checkbox"
6145
+ name="table-compact-checkrow3"
6146
+ aria-labelledby="table-compact-node3"
6147
+ />
6148
+ </div>
6065
6149
  </label>
6066
6150
  </td>
6067
6151
  <th role="columnheader" data-label="Data label name">
@@ -6126,11 +6210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6126
6210
  <tr role="row">
6127
6211
  <td class="pf-c-table__check" role="cell">
6128
6212
  <label>
6129
- <input
6130
- type="checkbox"
6131
- name="table-compact-checkrow4"
6132
- aria-labelledby="table-compact-node4"
6133
- />
6213
+ <div class="pf-c-check pf-m-standalone">
6214
+ <input
6215
+ class="pf-c-check__input"
6216
+ type="checkbox"
6217
+ name="table-compact-checkrow4"
6218
+ aria-labelledby="table-compact-node4"
6219
+ />
6220
+ </div>
6134
6221
  </label>
6135
6222
  </td>
6136
6223
  <th role="columnheader" data-label="Data label name">
@@ -6221,11 +6308,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6221
6308
 
6222
6309
  <td class="pf-c-table__check" role="cell">
6223
6310
  <label>
6224
- <input
6225
- type="checkbox"
6226
- name="table-compact-expandable-checkrowthead"
6227
- aria-label="Select all rows"
6228
- />
6311
+ <div class="pf-c-check pf-m-standalone">
6312
+ <input
6313
+ class="pf-c-check__input"
6314
+ type="checkbox"
6315
+ name="table-compact-expandable-checkrowthead"
6316
+ aria-label="Select all rows"
6317
+ />
6318
+ </div>
6229
6319
  </label>
6230
6320
  </td>
6231
6321
  <th class="pf-m-width-30" role="columnheader" scope="col">Repositories</th>
@@ -6255,11 +6345,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6255
6345
 
6256
6346
  <td class="pf-c-table__check" role="cell">
6257
6347
  <label>
6258
- <input
6259
- type="checkbox"
6260
- name="table-compact-expandable-checkrow1"
6261
- aria-labelledby="table-compact-expandable-node1"
6262
- />
6348
+ <div class="pf-c-check pf-m-standalone">
6349
+ <input
6350
+ class="pf-c-check__input"
6351
+ type="checkbox"
6352
+ name="table-compact-expandable-checkrow1"
6353
+ aria-labelledby="table-compact-expandable-node1"
6354
+ />
6355
+ </div>
6263
6356
  </label>
6264
6357
  </td>
6265
6358
  <th role="columnheader" data-label="Data label name">
@@ -6346,11 +6439,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6346
6439
 
6347
6440
  <td class="pf-c-table__check" role="cell">
6348
6441
  <label>
6349
- <input
6350
- type="checkbox"
6351
- name="table-compact-expandable-checkrow2"
6352
- aria-labelledby="table-compact-expandable-node2"
6353
- />
6442
+ <div class="pf-c-check pf-m-standalone">
6443
+ <input
6444
+ class="pf-c-check__input"
6445
+ type="checkbox"
6446
+ name="table-compact-expandable-checkrow2"
6447
+ aria-labelledby="table-compact-expandable-node2"
6448
+ />
6449
+ </div>
6354
6450
  </label>
6355
6451
  </td>
6356
6452
  <th role="columnheader" data-label="Data label name">
@@ -6440,11 +6536,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6440
6536
 
6441
6537
  <td class="pf-c-table__check" role="cell">
6442
6538
  <label>
6443
- <input
6444
- type="checkbox"
6445
- name="table-compact-expandable-checkrow3"
6446
- aria-labelledby="table-compact-expandable-node3"
6447
- />
6539
+ <div class="pf-c-check pf-m-standalone">
6540
+ <input
6541
+ class="pf-c-check__input"
6542
+ type="checkbox"
6543
+ name="table-compact-expandable-checkrow3"
6544
+ aria-labelledby="table-compact-expandable-node3"
6545
+ />
6546
+ </div>
6448
6547
  </label>
6449
6548
  </td>
6450
6549
  <th role="columnheader" data-label="Data label name">
@@ -6529,11 +6628,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6529
6628
 
6530
6629
  <td class="pf-c-table__check" role="cell">
6531
6630
  <label>
6532
- <input
6533
- type="checkbox"
6534
- name="table-compact-expandable-checkrow4"
6535
- aria-labelledby="table-compact-expandable-node4"
6536
- />
6631
+ <div class="pf-c-check pf-m-standalone">
6632
+ <input
6633
+ class="pf-c-check__input"
6634
+ type="checkbox"
6635
+ name="table-compact-expandable-checkrow4"
6636
+ aria-labelledby="table-compact-expandable-node4"
6637
+ />
6638
+ </div>
6537
6639
  </label>
6538
6640
  </td>
6539
6641
  <th role="columnheader" data-label="Data label name">
@@ -6622,11 +6724,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6622
6724
 
6623
6725
  <td class="pf-c-table__check" role="cell">
6624
6726
  <label>
6625
- <input
6626
- type="checkbox"
6627
- name="table-compact-expandable-checkrow5"
6628
- aria-labelledby="table-compact-expandable-node5"
6629
- />
6727
+ <div class="pf-c-check pf-m-standalone">
6728
+ <input
6729
+ class="pf-c-check__input"
6730
+ type="checkbox"
6731
+ name="table-compact-expandable-checkrow5"
6732
+ aria-labelledby="table-compact-expandable-node5"
6733
+ />
6734
+ </div>
6630
6735
  </label>
6631
6736
  </td>
6632
6737
  <th role="columnheader" data-label="Data label name">
@@ -6711,11 +6816,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6711
6816
 
6712
6817
  <td class="pf-c-table__check" role="cell">
6713
6818
  <label>
6714
- <input
6715
- type="checkbox"
6716
- name="table-compact-expandable-checkrow6"
6717
- aria-labelledby="table-compact-expandable-node6"
6718
- />
6819
+ <div class="pf-c-check pf-m-standalone">
6820
+ <input
6821
+ class="pf-c-check__input"
6822
+ type="checkbox"
6823
+ name="table-compact-expandable-checkrow6"
6824
+ aria-labelledby="table-compact-expandable-node6"
6825
+ />
6826
+ </div>
6719
6827
  </label>
6720
6828
  </td>
6721
6829
  <th role="columnheader" data-label="Data label name">
@@ -6812,14 +6920,17 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6812
6920
 
6813
6921
  <td class="pf-c-table__check" role="cell">
6814
6922
  <label>
6815
- <input
6816
- type="checkbox"
6817
- name="table-compact-expandable-checkrow7"
6818
- aria-labelledby="table-compact-expandable-node7"
6819
- />
6820
- </label>
6821
- </td>
6822
- <th role="columnheader" data-label="Data label name">
6923
+ <div class="pf-c-check pf-m-standalone">
6924
+ <input
6925
+ class="pf-c-check__input"
6926
+ type="checkbox"
6927
+ name="table-compact-expandable-checkrow7"
6928
+ aria-labelledby="table-compact-expandable-node7"
6929
+ />
6930
+ </div>
6931
+ </label>
6932
+ </td>
6933
+ <th role="columnheader" data-label="Data label name">
6823
6934
  <div id="table-compact-expandable-node7">Node 7</div>
6824
6935
  </th>
6825
6936
  <td role="cell" data-label="Branches">10</td>
@@ -6901,11 +7012,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6901
7012
 
6902
7013
  <td class="pf-c-table__check" role="cell">
6903
7014
  <label>
6904
- <input
6905
- type="checkbox"
6906
- name="table-compact-expandable-checkrow8"
6907
- aria-labelledby="table-compact-expandable-node8"
6908
- />
7015
+ <div class="pf-c-check pf-m-standalone">
7016
+ <input
7017
+ class="pf-c-check__input"
7018
+ type="checkbox"
7019
+ name="table-compact-expandable-checkrow8"
7020
+ aria-labelledby="table-compact-expandable-node8"
7021
+ />
7022
+ </div>
6909
7023
  </label>
6910
7024
  </td>
6911
7025
  <th role="columnheader" data-label="Data label name">
@@ -6999,11 +7113,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
6999
7113
 
7000
7114
  <td class="pf-c-table__check" role="cell">
7001
7115
  <label>
7002
- <input
7003
- type="checkbox"
7004
- name="table-compact-expandable-checkrow9"
7005
- aria-labelledby="table-compact-expandable-node9"
7006
- />
7116
+ <div class="pf-c-check pf-m-standalone">
7117
+ <input
7118
+ class="pf-c-check__input"
7119
+ type="checkbox"
7120
+ name="table-compact-expandable-checkrow9"
7121
+ aria-labelledby="table-compact-expandable-node9"
7122
+ />
7123
+ </div>
7007
7124
  </label>
7008
7125
  </td>
7009
7126
  <th role="columnheader" data-label="Data label name">
@@ -7093,11 +7210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7093
7210
  <tr role="row">
7094
7211
  <td class="pf-c-table__check" role="cell">
7095
7212
  <label>
7096
- <input
7097
- type="checkbox"
7098
- name="table-hoverable-checkrowthead"
7099
- aria-label="Select all rows"
7100
- />
7213
+ <div class="pf-c-check pf-m-standalone">
7214
+ <input
7215
+ class="pf-c-check__input"
7216
+ type="checkbox"
7217
+ name="table-hoverable-checkrowthead"
7218
+ aria-label="Select all rows"
7219
+ />
7220
+ </div>
7101
7221
  </label>
7102
7222
  </td>
7103
7223
  <th
@@ -7121,11 +7241,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7121
7241
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7122
7242
  <td class="pf-c-table__check" role="cell">
7123
7243
  <label>
7124
- <input
7125
- type="checkbox"
7126
- name="table-hoverable-checkrow1"
7127
- aria-labelledby="table-hoverable-node1"
7128
- />
7244
+ <div class="pf-c-check pf-m-standalone">
7245
+ <input
7246
+ class="pf-c-check__input"
7247
+ type="checkbox"
7248
+ name="table-hoverable-checkrow1"
7249
+ aria-labelledby="table-hoverable-node1"
7250
+ />
7251
+ </div>
7129
7252
  </label>
7130
7253
  </td>
7131
7254
  <th role="columnheader" data-label="Repository name">
@@ -7179,11 +7302,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7179
7302
  <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7180
7303
  <td class="pf-c-table__check" role="cell">
7181
7304
  <label>
7182
- <input
7183
- type="checkbox"
7184
- name="table-hoverable-checkrow2"
7185
- aria-labelledby="table-hoverable-node2"
7186
- />
7305
+ <div class="pf-c-check pf-m-standalone">
7306
+ <input
7307
+ class="pf-c-check__input"
7308
+ type="checkbox"
7309
+ name="table-hoverable-checkrow2"
7310
+ aria-labelledby="table-hoverable-node2"
7311
+ />
7312
+ </div>
7187
7313
  </label>
7188
7314
  </td>
7189
7315
  <th role="columnheader" data-label="Repository name">
@@ -7239,11 +7365,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7239
7365
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7240
7366
  <td class="pf-c-table__check" role="cell">
7241
7367
  <label>
7242
- <input
7243
- type="checkbox"
7244
- name="table-hoverable-checkrow3"
7245
- aria-labelledby="table-hoverable-node3"
7246
- />
7368
+ <div class="pf-c-check pf-m-standalone">
7369
+ <input
7370
+ class="pf-c-check__input"
7371
+ type="checkbox"
7372
+ name="table-hoverable-checkrow3"
7373
+ aria-labelledby="table-hoverable-node3"
7374
+ />
7375
+ </div>
7247
7376
  </label>
7248
7377
  </td>
7249
7378
  <th role="columnheader" data-label="Repository name">
@@ -7297,11 +7426,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7297
7426
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7298
7427
  <td class="pf-c-table__check" role="cell">
7299
7428
  <label>
7300
- <input
7301
- type="checkbox"
7302
- name="table-hoverable-checkrow4"
7303
- aria-labelledby="table-hoverable-node4"
7304
- />
7429
+ <div class="pf-c-check pf-m-standalone">
7430
+ <input
7431
+ class="pf-c-check__input"
7432
+ type="checkbox"
7433
+ name="table-hoverable-checkrow4"
7434
+ aria-labelledby="table-hoverable-node4"
7435
+ />
7436
+ </div>
7305
7437
  </label>
7306
7438
  </td>
7307
7439
  <th role="columnheader" data-label="Repository name">
@@ -7355,11 +7487,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7355
7487
  <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7356
7488
  <td class="pf-c-table__check" role="cell">
7357
7489
  <label>
7358
- <input
7359
- type="checkbox"
7360
- name="table-hoverable-checkrow5"
7361
- aria-labelledby="table-hoverable-node5"
7362
- />
7490
+ <div class="pf-c-check pf-m-standalone">
7491
+ <input
7492
+ class="pf-c-check__input"
7493
+ type="checkbox"
7494
+ name="table-hoverable-checkrow5"
7495
+ aria-labelledby="table-hoverable-node5"
7496
+ />
7497
+ </div>
7363
7498
  </label>
7364
7499
  </td>
7365
7500
  <th role="columnheader" data-label="Repository name">
@@ -7415,11 +7550,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7415
7550
  <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7416
7551
  <td class="pf-c-table__check" role="cell">
7417
7552
  <label>
7418
- <input
7419
- type="checkbox"
7420
- name="table-hoverable-checkrow6"
7421
- aria-labelledby="table-hoverable-node6"
7422
- />
7553
+ <div class="pf-c-check pf-m-standalone">
7554
+ <input
7555
+ class="pf-c-check__input"
7556
+ type="checkbox"
7557
+ name="table-hoverable-checkrow6"
7558
+ aria-labelledby="table-hoverable-node6"
7559
+ />
7560
+ </div>
7423
7561
  </label>
7424
7562
  </td>
7425
7563
  <th role="columnheader" data-label="Repository name">
@@ -7475,11 +7613,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7475
7613
  <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7476
7614
  <td class="pf-c-table__check" role="cell">
7477
7615
  <label>
7478
- <input
7479
- type="checkbox"
7480
- name="table-hoverable-checkrow7"
7481
- aria-labelledby="table-hoverable-node7"
7482
- />
7616
+ <div class="pf-c-check pf-m-standalone">
7617
+ <input
7618
+ class="pf-c-check__input"
7619
+ type="checkbox"
7620
+ name="table-hoverable-checkrow7"
7621
+ aria-labelledby="table-hoverable-node7"
7622
+ />
7623
+ </div>
7483
7624
  </label>
7484
7625
  </td>
7485
7626
  <th role="columnheader" data-label="Repository name">
@@ -7535,11 +7676,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7535
7676
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7536
7677
  <td class="pf-c-table__check" role="cell">
7537
7678
  <label>
7538
- <input
7539
- type="checkbox"
7540
- name="table-hoverable-checkrow8"
7541
- aria-labelledby="table-hoverable-node8"
7542
- />
7679
+ <div class="pf-c-check pf-m-standalone">
7680
+ <input
7681
+ class="pf-c-check__input"
7682
+ type="checkbox"
7683
+ name="table-hoverable-checkrow8"
7684
+ aria-labelledby="table-hoverable-node8"
7685
+ />
7686
+ </div>
7543
7687
  </label>
7544
7688
  </td>
7545
7689
  <th role="columnheader" data-label="Repository name">
@@ -7593,11 +7737,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7593
7737
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7594
7738
  <td class="pf-c-table__check" role="cell">
7595
7739
  <label>
7596
- <input
7597
- type="checkbox"
7598
- name="table-hoverable-checkrow9"
7599
- aria-labelledby="table-hoverable-node9"
7600
- />
7740
+ <div class="pf-c-check pf-m-standalone">
7741
+ <input
7742
+ class="pf-c-check__input"
7743
+ type="checkbox"
7744
+ name="table-hoverable-checkrow9"
7745
+ aria-labelledby="table-hoverable-node9"
7746
+ />
7747
+ </div>
7601
7748
  </label>
7602
7749
  </td>
7603
7750
  <th role="columnheader" data-label="Repository name">
@@ -7651,11 +7798,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7651
7798
  <tr class="pf-m-hoverable pf-m-selected" role="row" tabindex="0">
7652
7799
  <td class="pf-c-table__check" role="cell">
7653
7800
  <label>
7654
- <input
7655
- type="checkbox"
7656
- name="table-hoverable-checkrow10"
7657
- aria-labelledby="table-hoverable-node10"
7658
- />
7801
+ <div class="pf-c-check pf-m-standalone">
7802
+ <input
7803
+ class="pf-c-check__input"
7804
+ type="checkbox"
7805
+ name="table-hoverable-checkrow10"
7806
+ aria-labelledby="table-hoverable-node10"
7807
+ />
7808
+ </div>
7659
7809
  </label>
7660
7810
  </td>
7661
7811
  <th role="columnheader" data-label="Repository name">
@@ -7711,11 +7861,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7711
7861
  <tr class="pf-m-hoverable" role="row" tabindex="0">
7712
7862
  <td class="pf-c-table__check" role="cell">
7713
7863
  <label>
7714
- <input
7715
- type="checkbox"
7716
- name="table-hoverable-checkrow11"
7717
- aria-labelledby="table-hoverable-node11"
7718
- />
7864
+ <div class="pf-c-check pf-m-standalone">
7865
+ <input
7866
+ class="pf-c-check__input"
7867
+ type="checkbox"
7868
+ name="table-hoverable-checkrow11"
7869
+ aria-labelledby="table-hoverable-node11"
7870
+ />
7871
+ </div>
7719
7872
  </label>
7720
7873
  </td>
7721
7874
  <th role="columnheader" data-label="Repository name">
@@ -7784,11 +7937,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7784
7937
  <td></td>
7785
7938
  <td class="pf-c-table__check" role="cell">
7786
7939
  <label>
7787
- <input
7788
- type="checkbox"
7789
- name="table-expandable-hoverable-checkrowthead"
7790
- aria-label="Select all rows"
7791
- />
7940
+ <div class="pf-c-check pf-m-standalone">
7941
+ <input
7942
+ class="pf-c-check__input"
7943
+ type="checkbox"
7944
+ name="table-expandable-hoverable-checkrowthead"
7945
+ aria-label="Select all rows"
7946
+ />
7947
+ </div>
7792
7948
  </label>
7793
7949
  </td>
7794
7950
  <th
@@ -7858,11 +8014,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7858
8014
 
7859
8015
  <td class="pf-c-table__check" role="cell">
7860
8016
  <label>
7861
- <input
7862
- type="checkbox"
7863
- name="table-expandable-hoverable-checkrow1"
7864
- aria-labelledby="table-expandable-hoverable-node1"
7865
- />
8017
+ <div class="pf-c-check pf-m-standalone">
8018
+ <input
8019
+ class="pf-c-check__input"
8020
+ type="checkbox"
8021
+ name="table-expandable-hoverable-checkrow1"
8022
+ aria-labelledby="table-expandable-hoverable-node1"
8023
+ />
8024
+ </div>
7866
8025
  </label>
7867
8026
  </td>
7868
8027
  <th role="columnheader" data-label="Repository name">
@@ -7953,11 +8112,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
7953
8112
 
7954
8113
  <td class="pf-c-table__check" role="cell">
7955
8114
  <label>
7956
- <input
7957
- type="checkbox"
7958
- name="table-expandable-hoverable-checkrow2"
7959
- aria-labelledby="table-expandable-hoverable-node2"
7960
- />
8115
+ <div class="pf-c-check pf-m-standalone">
8116
+ <input
8117
+ class="pf-c-check__input"
8118
+ type="checkbox"
8119
+ name="table-expandable-hoverable-checkrow2"
8120
+ aria-labelledby="table-expandable-hoverable-node2"
8121
+ />
8122
+ </div>
7961
8123
  </label>
7962
8124
  </td>
7963
8125
  <th role="columnheader" data-label="Repository name">
@@ -8050,11 +8212,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8050
8212
 
8051
8213
  <td class="pf-c-table__check" role="cell">
8052
8214
  <label>
8053
- <input
8054
- type="checkbox"
8055
- name="table-expandable-hoverable-checkrow3"
8056
- aria-labelledby="table-expandable-hoverable-node3"
8057
- />
8215
+ <div class="pf-c-check pf-m-standalone">
8216
+ <input
8217
+ class="pf-c-check__input"
8218
+ type="checkbox"
8219
+ name="table-expandable-hoverable-checkrow3"
8220
+ aria-labelledby="table-expandable-hoverable-node3"
8221
+ />
8222
+ </div>
8058
8223
  </label>
8059
8224
  </td>
8060
8225
  <th role="columnheader" data-label="Repository name">
@@ -8145,11 +8310,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8145
8310
 
8146
8311
  <td class="pf-c-table__check" role="cell">
8147
8312
  <label>
8148
- <input
8149
- type="checkbox"
8150
- name="table-expandable-hoverable-checkrow4"
8151
- aria-labelledby="table-expandable-hoverable-node4"
8152
- />
8313
+ <div class="pf-c-check pf-m-standalone">
8314
+ <input
8315
+ class="pf-c-check__input"
8316
+ type="checkbox"
8317
+ name="table-expandable-hoverable-checkrow4"
8318
+ aria-labelledby="table-expandable-hoverable-node4"
8319
+ />
8320
+ </div>
8153
8321
  </label>
8154
8322
  </td>
8155
8323
  <th role="columnheader" data-label="Repository name">
@@ -8240,11 +8408,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8240
8408
 
8241
8409
  <td class="pf-c-table__check" role="cell">
8242
8410
  <label>
8243
- <input
8244
- type="checkbox"
8245
- name="table-expandable-hoverable-checkrow5"
8246
- aria-labelledby="table-expandable-hoverable-node5"
8247
- />
8411
+ <div class="pf-c-check pf-m-standalone">
8412
+ <input
8413
+ class="pf-c-check__input"
8414
+ type="checkbox"
8415
+ name="table-expandable-hoverable-checkrow5"
8416
+ aria-labelledby="table-expandable-hoverable-node5"
8417
+ />
8418
+ </div>
8248
8419
  </label>
8249
8420
  </td>
8250
8421
  <th role="columnheader" data-label="Repository name">
@@ -8337,11 +8508,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8337
8508
 
8338
8509
  <td class="pf-c-table__check" role="cell">
8339
8510
  <label>
8340
- <input
8341
- type="checkbox"
8342
- name="table-expandable-hoverable-checkrow6"
8343
- aria-labelledby="table-expandable-hoverable-node6"
8344
- />
8511
+ <div class="pf-c-check pf-m-standalone">
8512
+ <input
8513
+ class="pf-c-check__input"
8514
+ type="checkbox"
8515
+ name="table-expandable-hoverable-checkrow6"
8516
+ aria-labelledby="table-expandable-hoverable-node6"
8517
+ />
8518
+ </div>
8345
8519
  </label>
8346
8520
  </td>
8347
8521
  <th role="columnheader" data-label="Repository name">
@@ -8434,11 +8608,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8434
8608
 
8435
8609
  <td class="pf-c-table__check" role="cell">
8436
8610
  <label>
8437
- <input
8438
- type="checkbox"
8439
- name="table-expandable-hoverable-checkrow7"
8440
- aria-labelledby="table-expandable-hoverable-node7"
8441
- />
8611
+ <div class="pf-c-check pf-m-standalone">
8612
+ <input
8613
+ class="pf-c-check__input"
8614
+ type="checkbox"
8615
+ name="table-expandable-hoverable-checkrow7"
8616
+ aria-labelledby="table-expandable-hoverable-node7"
8617
+ />
8618
+ </div>
8442
8619
  </label>
8443
8620
  </td>
8444
8621
  <th role="columnheader" data-label="Repository name">
@@ -8531,11 +8708,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8531
8708
 
8532
8709
  <td class="pf-c-table__check" role="cell">
8533
8710
  <label>
8534
- <input
8535
- type="checkbox"
8536
- name="table-expandable-hoverable-checkrow8"
8537
- aria-labelledby="table-expandable-hoverable-node8"
8538
- />
8711
+ <div class="pf-c-check pf-m-standalone">
8712
+ <input
8713
+ class="pf-c-check__input"
8714
+ type="checkbox"
8715
+ name="table-expandable-hoverable-checkrow8"
8716
+ aria-labelledby="table-expandable-hoverable-node8"
8717
+ />
8718
+ </div>
8539
8719
  </label>
8540
8720
  </td>
8541
8721
  <th role="columnheader" data-label="Repository name">
@@ -8626,11 +8806,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8626
8806
 
8627
8807
  <td class="pf-c-table__check" role="cell">
8628
8808
  <label>
8629
- <input
8630
- type="checkbox"
8631
- name="table-expandable-hoverable-checkrow9"
8632
- aria-labelledby="table-expandable-hoverable-node9"
8633
- />
8809
+ <div class="pf-c-check pf-m-standalone">
8810
+ <input
8811
+ class="pf-c-check__input"
8812
+ type="checkbox"
8813
+ name="table-expandable-hoverable-checkrow9"
8814
+ aria-labelledby="table-expandable-hoverable-node9"
8815
+ />
8816
+ </div>
8634
8817
  </label>
8635
8818
  </td>
8636
8819
  <th role="columnheader" data-label="Repository name">
@@ -8721,11 +8904,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8721
8904
 
8722
8905
  <td class="pf-c-table__check" role="cell">
8723
8906
  <label>
8724
- <input
8725
- type="checkbox"
8726
- name="table-expandable-hoverable-checkrow10"
8727
- aria-labelledby="table-expandable-hoverable-node10"
8728
- />
8907
+ <div class="pf-c-check pf-m-standalone">
8908
+ <input
8909
+ class="pf-c-check__input"
8910
+ type="checkbox"
8911
+ name="table-expandable-hoverable-checkrow10"
8912
+ aria-labelledby="table-expandable-hoverable-node10"
8913
+ />
8914
+ </div>
8729
8915
  </label>
8730
8916
  </td>
8731
8917
  <th role="columnheader" data-label="Repository name">
@@ -8821,11 +9007,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8821
9007
 
8822
9008
  <td class="pf-c-table__check" role="cell">
8823
9009
  <label>
8824
- <input
8825
- type="checkbox"
8826
- name="table-expandable-hoverable-checkrow11"
8827
- aria-labelledby="table-expandable-hoverable-node11"
8828
- />
9010
+ <div class="pf-c-check pf-m-standalone">
9011
+ <input
9012
+ class="pf-c-check__input"
9013
+ type="checkbox"
9014
+ name="table-expandable-hoverable-checkrow11"
9015
+ aria-labelledby="table-expandable-hoverable-node11"
9016
+ />
9017
+ </div>
8829
9018
  </label>
8830
9019
  </td>
8831
9020
  <th role="columnheader" data-label="Repository name">
@@ -8918,11 +9107,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
8918
9107
 
8919
9108
  <td class="pf-c-table__check" role="cell">
8920
9109
  <label>
8921
- <input
8922
- type="checkbox"
8923
- name="table-expandable-hoverable-checkrow12"
8924
- aria-labelledby="table-expandable-hoverable-node12"
8925
- />
9110
+ <div class="pf-c-check pf-m-standalone">
9111
+ <input
9112
+ class="pf-c-check__input"
9113
+ type="checkbox"
9114
+ name="table-expandable-hoverable-checkrow12"
9115
+ aria-labelledby="table-expandable-hoverable-node12"
9116
+ />
9117
+ </div>
8926
9118
  </label>
8927
9119
  </td>
8928
9120
  <th role="columnheader" data-label="Repository name">
@@ -9018,11 +9210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9018
9210
 
9019
9211
  <td class="pf-c-table__check" role="cell">
9020
9212
  <label>
9021
- <input
9022
- type="checkbox"
9023
- name="table-expandable-hoverable-checkrow13"
9024
- aria-labelledby="table-expandable-hoverable-node13"
9025
- />
9213
+ <div class="pf-c-check pf-m-standalone">
9214
+ <input
9215
+ class="pf-c-check__input"
9216
+ type="checkbox"
9217
+ name="table-expandable-hoverable-checkrow13"
9218
+ aria-labelledby="table-expandable-hoverable-node13"
9219
+ />
9220
+ </div>
9026
9221
  </label>
9027
9222
  </td>
9028
9223
  <th role="columnheader" data-label="Repository name">
@@ -9120,11 +9315,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9120
9315
 
9121
9316
  <td class="pf-c-table__check" role="cell">
9122
9317
  <label>
9123
- <input
9124
- type="checkbox"
9125
- name="table-expandable-hoverable-checkrow15"
9126
- aria-labelledby="table-expandable-hoverable-node15"
9127
- />
9318
+ <div class="pf-c-check pf-m-standalone">
9319
+ <input
9320
+ class="pf-c-check__input"
9321
+ type="checkbox"
9322
+ name="table-expandable-hoverable-checkrow15"
9323
+ aria-labelledby="table-expandable-hoverable-node15"
9324
+ />
9325
+ </div>
9128
9326
  </label>
9129
9327
  </td>
9130
9328
  <th role="columnheader" data-label="Repository name">
@@ -9218,11 +9416,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9218
9416
 
9219
9417
  <td class="pf-c-table__check" role="cell">
9220
9418
  <label>
9221
- <input
9222
- type="checkbox"
9223
- name="table-expandable-hoverable-checkrow14"
9224
- aria-labelledby="table-expandable-hoverable-node14"
9225
- />
9419
+ <div class="pf-c-check pf-m-standalone">
9420
+ <input
9421
+ class="pf-c-check__input"
9422
+ type="checkbox"
9423
+ name="table-expandable-hoverable-checkrow14"
9424
+ aria-labelledby="table-expandable-hoverable-node14"
9425
+ />
9426
+ </div>
9226
9427
  </label>
9227
9428
  </td>
9228
9429
  <th role="columnheader" data-label="Repository name">
@@ -9313,11 +9514,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9313
9514
 
9314
9515
  <td class="pf-c-table__check" role="cell">
9315
9516
  <label>
9316
- <input
9317
- type="checkbox"
9318
- name="table-expandable-hoverable-checkrow16"
9319
- aria-labelledby="table-expandable-hoverable-node16"
9320
- />
9517
+ <div class="pf-c-check pf-m-standalone">
9518
+ <input
9519
+ class="pf-c-check__input"
9520
+ type="checkbox"
9521
+ name="table-expandable-hoverable-checkrow16"
9522
+ aria-labelledby="table-expandable-hoverable-node16"
9523
+ />
9524
+ </div>
9321
9525
  </label>
9322
9526
  </td>
9323
9527
  <th role="columnheader" data-label="Repository name">
@@ -9409,11 +9613,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9409
9613
 
9410
9614
  <td class="pf-c-table__check" role="cell">
9411
9615
  <label>
9412
- <input
9413
- type="checkbox"
9414
- name="table-expandable-hoverable-checkrow17"
9415
- aria-labelledby="table-expandable-hoverable-node17"
9416
- />
9616
+ <div class="pf-c-check pf-m-standalone">
9617
+ <input
9618
+ class="pf-c-check__input"
9619
+ type="checkbox"
9620
+ name="table-expandable-hoverable-checkrow17"
9621
+ aria-labelledby="table-expandable-hoverable-node17"
9622
+ />
9623
+ </div>
9417
9624
  </label>
9418
9625
  </td>
9419
9626
  <th role="columnheader" data-label="Repository name">
@@ -9504,11 +9711,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9504
9711
 
9505
9712
  <td class="pf-c-table__check" role="cell">
9506
9713
  <label>
9507
- <input
9508
- type="checkbox"
9509
- name="table-expandable-hoverable-checkrow18"
9510
- aria-labelledby="table-expandable-hoverable-node18"
9511
- />
9714
+ <div class="pf-c-check pf-m-standalone">
9715
+ <input
9716
+ class="pf-c-check__input"
9717
+ type="checkbox"
9718
+ name="table-expandable-hoverable-checkrow18"
9719
+ aria-labelledby="table-expandable-hoverable-node18"
9720
+ />
9721
+ </div>
9512
9722
  </label>
9513
9723
  </td>
9514
9724
  <th role="columnheader" data-label="Repository name">
@@ -9599,11 +9809,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
9599
9809
 
9600
9810
  <td class="pf-c-table__check" role="cell">
9601
9811
  <label>
9602
- <input
9603
- type="checkbox"
9604
- name="table-expandable-hoverable-checkrow19"
9605
- aria-labelledby="table-expandable-hoverable-node19"
9606
- />
9812
+ <div class="pf-c-check pf-m-standalone">
9813
+ <input
9814
+ class="pf-c-check__input"
9815
+ type="checkbox"
9816
+ name="table-expandable-hoverable-checkrow19"
9817
+ aria-labelledby="table-expandable-hoverable-node19"
9818
+ />
9819
+ </div>
9607
9820
  </label>
9608
9821
  </td>
9609
9822
  <th role="columnheader" data-label="Repository name">
@@ -11167,11 +11380,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11167
11380
  </span>
11168
11381
  <span class="pf-c-table__check">
11169
11382
  <label>
11170
- <input
11171
- type="checkbox"
11172
- name="tree-table-with-checkboxes-example-checkrow-1"
11173
- aria-labelledby="tree-table-with-checkboxes-example-node-1"
11174
- />
11383
+ <div class="pf-c-check pf-m-standalone">
11384
+ <input
11385
+ class="pf-c-check__input"
11386
+ type="checkbox"
11387
+ name="tree-table-with-checkboxes-example-checkrow-1"
11388
+ aria-labelledby="tree-table-with-checkboxes-example-node-1"
11389
+ />
11390
+ </div>
11175
11391
  </label>
11176
11392
  </span>
11177
11393
  <div class="pf-c-table__tree-view-text">
@@ -11267,11 +11483,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11267
11483
  </span>
11268
11484
  <span class="pf-c-table__check">
11269
11485
  <label>
11270
- <input
11271
- type="checkbox"
11272
- name="tree-table-with-checkboxes-example-checkrow-2"
11273
- aria-labelledby="tree-table-with-checkboxes-example-node-2"
11274
- />
11486
+ <div class="pf-c-check pf-m-standalone">
11487
+ <input
11488
+ class="pf-c-check__input"
11489
+ type="checkbox"
11490
+ name="tree-table-with-checkboxes-example-checkrow-2"
11491
+ aria-labelledby="tree-table-with-checkboxes-example-node-2"
11492
+ />
11493
+ </div>
11275
11494
  </label>
11276
11495
  </span>
11277
11496
  <div class="pf-c-table__tree-view-text">
@@ -11355,11 +11574,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11355
11574
  <div class="pf-c-table__tree-view-main">
11356
11575
  <span class="pf-c-table__check">
11357
11576
  <label>
11358
- <input
11359
- type="checkbox"
11360
- name="tree-table-with-checkboxes-example-checkrow-3"
11361
- aria-labelledby="tree-table-with-checkboxes-example-node-3"
11362
- />
11577
+ <div class="pf-c-check pf-m-standalone">
11578
+ <input
11579
+ class="pf-c-check__input"
11580
+ type="checkbox"
11581
+ name="tree-table-with-checkboxes-example-checkrow-3"
11582
+ aria-labelledby="tree-table-with-checkboxes-example-node-3"
11583
+ />
11584
+ </div>
11363
11585
  </label>
11364
11586
  </span>
11365
11587
  <div class="pf-c-table__tree-view-text">
@@ -11442,11 +11664,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11442
11664
  <div class="pf-c-table__tree-view-main">
11443
11665
  <span class="pf-c-table__check">
11444
11666
  <label>
11445
- <input
11446
- type="checkbox"
11447
- name="tree-table-with-checkboxes-example-checkrow-4"
11448
- aria-labelledby="tree-table-with-checkboxes-example-node-4"
11449
- />
11667
+ <div class="pf-c-check pf-m-standalone">
11668
+ <input
11669
+ class="pf-c-check__input"
11670
+ type="checkbox"
11671
+ name="tree-table-with-checkboxes-example-checkrow-4"
11672
+ aria-labelledby="tree-table-with-checkboxes-example-node-4"
11673
+ />
11674
+ </div>
11450
11675
  </label>
11451
11676
  </span>
11452
11677
  <div class="pf-c-table__tree-view-text">
@@ -11529,11 +11754,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11529
11754
  <div class="pf-c-table__tree-view-main">
11530
11755
  <span class="pf-c-table__check">
11531
11756
  <label>
11532
- <input
11533
- type="checkbox"
11534
- name="tree-table-with-checkboxes-example-checkrow-5"
11535
- aria-labelledby="tree-table-with-checkboxes-example-node-5"
11536
- />
11757
+ <div class="pf-c-check pf-m-standalone">
11758
+ <input
11759
+ class="pf-c-check__input"
11760
+ type="checkbox"
11761
+ name="tree-table-with-checkboxes-example-checkrow-5"
11762
+ aria-labelledby="tree-table-with-checkboxes-example-node-5"
11763
+ />
11764
+ </div>
11537
11765
  </label>
11538
11766
  </span>
11539
11767
  <div class="pf-c-table__tree-view-text">
@@ -11615,11 +11843,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11615
11843
  <div class="pf-c-table__tree-view-main">
11616
11844
  <span class="pf-c-table__check">
11617
11845
  <label>
11618
- <input
11619
- type="checkbox"
11620
- name="tree-table-with-checkboxes-example-checkrow-6"
11621
- aria-labelledby="tree-table-with-checkboxes-example-node-6"
11622
- />
11846
+ <div class="pf-c-check pf-m-standalone">
11847
+ <input
11848
+ class="pf-c-check__input"
11849
+ type="checkbox"
11850
+ name="tree-table-with-checkboxes-example-checkrow-6"
11851
+ aria-labelledby="tree-table-with-checkboxes-example-node-6"
11852
+ />
11853
+ </div>
11623
11854
  </label>
11624
11855
  </span>
11625
11856
  <div class="pf-c-table__tree-view-text">
@@ -11716,11 +11947,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11716
11947
  </span>
11717
11948
  <span class="pf-c-table__check">
11718
11949
  <label>
11719
- <input
11720
- type="checkbox"
11721
- name="tree-table-with-checkboxes-example-checkrow-7"
11722
- aria-labelledby="tree-table-with-checkboxes-example-node-7"
11723
- />
11950
+ <div class="pf-c-check pf-m-standalone">
11951
+ <input
11952
+ class="pf-c-check__input"
11953
+ type="checkbox"
11954
+ name="tree-table-with-checkboxes-example-checkrow-7"
11955
+ aria-labelledby="tree-table-with-checkboxes-example-node-7"
11956
+ />
11957
+ </div>
11724
11958
  </label>
11725
11959
  </span>
11726
11960
  <div class="pf-c-table__tree-view-text">
@@ -11802,11 +12036,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11802
12036
  <div class="pf-c-table__tree-view-main">
11803
12037
  <span class="pf-c-table__check">
11804
12038
  <label>
11805
- <input
11806
- type="checkbox"
11807
- name="tree-table-with-checkboxes-example-checkrow-8"
11808
- aria-labelledby="tree-table-with-checkboxes-example-node-8"
11809
- />
12039
+ <div class="pf-c-check pf-m-standalone">
12040
+ <input
12041
+ class="pf-c-check__input"
12042
+ type="checkbox"
12043
+ name="tree-table-with-checkboxes-example-checkrow-8"
12044
+ aria-labelledby="tree-table-with-checkboxes-example-node-8"
12045
+ />
12046
+ </div>
11810
12047
  </label>
11811
12048
  </span>
11812
12049
  <div class="pf-c-table__tree-view-text">
@@ -11902,11 +12139,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11902
12139
  </span>
11903
12140
  <span class="pf-c-table__check">
11904
12141
  <label>
11905
- <input
11906
- type="checkbox"
11907
- name="tree-table-with-checkboxes-example-checkrow-9"
11908
- aria-labelledby="tree-table-with-checkboxes-example-node-9"
11909
- />
12142
+ <div class="pf-c-check pf-m-standalone">
12143
+ <input
12144
+ class="pf-c-check__input"
12145
+ type="checkbox"
12146
+ name="tree-table-with-checkboxes-example-checkrow-9"
12147
+ aria-labelledby="tree-table-with-checkboxes-example-node-9"
12148
+ />
12149
+ </div>
11910
12150
  </label>
11911
12151
  </span>
11912
12152
  <div class="pf-c-table__tree-view-text">
@@ -11988,11 +12228,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
11988
12228
  <div class="pf-c-table__tree-view-main">
11989
12229
  <span class="pf-c-table__check">
11990
12230
  <label>
11991
- <input
11992
- type="checkbox"
11993
- name="tree-table-with-checkboxes-example-checkrow-10"
11994
- aria-labelledby="tree-table-with-checkboxes-example-node-10"
11995
- />
12231
+ <div class="pf-c-check pf-m-standalone">
12232
+ <input
12233
+ class="pf-c-check__input"
12234
+ type="checkbox"
12235
+ name="tree-table-with-checkboxes-example-checkrow-10"
12236
+ aria-labelledby="tree-table-with-checkboxes-example-node-10"
12237
+ />
12238
+ </div>
11996
12239
  </label>
11997
12240
  </span>
11998
12241
  <div class="pf-c-table__tree-view-text">
@@ -12075,11 +12318,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12075
12318
  <div class="pf-c-table__tree-view-main">
12076
12319
  <span class="pf-c-table__check">
12077
12320
  <label>
12078
- <input
12079
- type="checkbox"
12080
- name="tree-table-with-checkboxes-example-checkrow-11"
12081
- aria-labelledby="tree-table-with-checkboxes-example-node-11"
12082
- />
12321
+ <div class="pf-c-check pf-m-standalone">
12322
+ <input
12323
+ class="pf-c-check__input"
12324
+ type="checkbox"
12325
+ name="tree-table-with-checkboxes-example-checkrow-11"
12326
+ aria-labelledby="tree-table-with-checkboxes-example-node-11"
12327
+ />
12328
+ </div>
12083
12329
  </label>
12084
12330
  </span>
12085
12331
  <div class="pf-c-table__tree-view-text">
@@ -12176,11 +12422,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12176
12422
  </span>
12177
12423
  <span class="pf-c-table__check">
12178
12424
  <label>
12179
- <input
12180
- type="checkbox"
12181
- name="tree-table-with-checkboxes-example-checkrow-12"
12182
- aria-labelledby="tree-table-with-checkboxes-example-node-12"
12183
- />
12425
+ <div class="pf-c-check pf-m-standalone">
12426
+ <input
12427
+ class="pf-c-check__input"
12428
+ type="checkbox"
12429
+ name="tree-table-with-checkboxes-example-checkrow-12"
12430
+ aria-labelledby="tree-table-with-checkboxes-example-node-12"
12431
+ />
12432
+ </div>
12184
12433
  </label>
12185
12434
  </span>
12186
12435
  <div class="pf-c-table__tree-view-text">
@@ -12262,11 +12511,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12262
12511
  <div class="pf-c-table__tree-view-main">
12263
12512
  <span class="pf-c-table__check">
12264
12513
  <label>
12265
- <input
12266
- type="checkbox"
12267
- name="tree-table-with-checkboxes-example-checkrow-13"
12268
- aria-labelledby="tree-table-with-checkboxes-example-node-13"
12269
- />
12514
+ <div class="pf-c-check pf-m-standalone">
12515
+ <input
12516
+ class="pf-c-check__input"
12517
+ type="checkbox"
12518
+ name="tree-table-with-checkboxes-example-checkrow-13"
12519
+ aria-labelledby="tree-table-with-checkboxes-example-node-13"
12520
+ />
12521
+ </div>
12270
12522
  </label>
12271
12523
  </span>
12272
12524
  <div class="pf-c-table__tree-view-text">
@@ -12348,11 +12600,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12348
12600
  <div class="pf-c-table__tree-view-main">
12349
12601
  <span class="pf-c-table__check">
12350
12602
  <label>
12351
- <input
12352
- type="checkbox"
12353
- name="tree-table-with-checkboxes-example-checkrow-14"
12354
- aria-labelledby="tree-table-with-checkboxes-example-node-14"
12355
- />
12603
+ <div class="pf-c-check pf-m-standalone">
12604
+ <input
12605
+ class="pf-c-check__input"
12606
+ type="checkbox"
12607
+ name="tree-table-with-checkboxes-example-checkrow-14"
12608
+ aria-labelledby="tree-table-with-checkboxes-example-node-14"
12609
+ />
12610
+ </div>
12356
12611
  </label>
12357
12612
  </span>
12358
12613
  <div class="pf-c-table__tree-view-text">
@@ -12448,11 +12703,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12448
12703
  </span>
12449
12704
  <span class="pf-c-table__check">
12450
12705
  <label>
12451
- <input
12452
- type="checkbox"
12453
- name="tree-table-with-checkboxes-example-checkrow-15"
12454
- aria-labelledby="tree-table-with-checkboxes-example-node-15"
12455
- />
12706
+ <div class="pf-c-check pf-m-standalone">
12707
+ <input
12708
+ class="pf-c-check__input"
12709
+ type="checkbox"
12710
+ name="tree-table-with-checkboxes-example-checkrow-15"
12711
+ aria-labelledby="tree-table-with-checkboxes-example-node-15"
12712
+ />
12713
+ </div>
12456
12714
  </label>
12457
12715
  </span>
12458
12716
  <div class="pf-c-table__tree-view-text">
@@ -12535,11 +12793,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12535
12793
  <div class="pf-c-table__tree-view-main">
12536
12794
  <span class="pf-c-table__check">
12537
12795
  <label>
12538
- <input
12539
- type="checkbox"
12540
- name="tree-table-with-checkboxes-example-checkrow-16"
12541
- aria-labelledby="tree-table-with-checkboxes-example-node-16"
12542
- />
12796
+ <div class="pf-c-check pf-m-standalone">
12797
+ <input
12798
+ class="pf-c-check__input"
12799
+ type="checkbox"
12800
+ name="tree-table-with-checkboxes-example-checkrow-16"
12801
+ aria-labelledby="tree-table-with-checkboxes-example-node-16"
12802
+ />
12803
+ </div>
12543
12804
  </label>
12544
12805
  </span>
12545
12806
  <div class="pf-c-table__tree-view-text">
@@ -12622,11 +12883,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12622
12883
  <div class="pf-c-table__tree-view-main">
12623
12884
  <span class="pf-c-table__check">
12624
12885
  <label>
12625
- <input
12626
- type="checkbox"
12627
- name="tree-table-with-checkboxes-example-checkrow-17"
12628
- aria-labelledby="tree-table-with-checkboxes-example-node-17"
12629
- />
12886
+ <div class="pf-c-check pf-m-standalone">
12887
+ <input
12888
+ class="pf-c-check__input"
12889
+ type="checkbox"
12890
+ name="tree-table-with-checkboxes-example-checkrow-17"
12891
+ aria-labelledby="tree-table-with-checkboxes-example-node-17"
12892
+ />
12893
+ </div>
12630
12894
  </label>
12631
12895
  </span>
12632
12896
  <div class="pf-c-table__tree-view-text">
@@ -12746,11 +13010,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12746
13010
  </span>
12747
13011
  <span class="pf-c-table__check">
12748
13012
  <label>
12749
- <input
12750
- type="checkbox"
12751
- name="tree-table-with-checkboxes-icons-example-checkrow-1"
12752
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-1"
12753
- />
13013
+ <div class="pf-c-check pf-m-standalone">
13014
+ <input
13015
+ class="pf-c-check__input"
13016
+ type="checkbox"
13017
+ name="tree-table-with-checkboxes-icons-example-checkrow-1"
13018
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-1"
13019
+ />
13020
+ </div>
12754
13021
  </label>
12755
13022
  </span>
12756
13023
  <div class="pf-c-table__tree-view-text">
@@ -12849,11 +13116,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12849
13116
  </span>
12850
13117
  <span class="pf-c-table__check">
12851
13118
  <label>
12852
- <input
12853
- type="checkbox"
12854
- name="tree-table-with-checkboxes-icons-example-checkrow-2"
12855
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-2"
12856
- />
13119
+ <div class="pf-c-check pf-m-standalone">
13120
+ <input
13121
+ class="pf-c-check__input"
13122
+ type="checkbox"
13123
+ name="tree-table-with-checkboxes-icons-example-checkrow-2"
13124
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-2"
13125
+ />
13126
+ </div>
12857
13127
  </label>
12858
13128
  </span>
12859
13129
  <div class="pf-c-table__tree-view-text">
@@ -12940,11 +13210,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
12940
13210
  <div class="pf-c-table__tree-view-main">
12941
13211
  <span class="pf-c-table__check">
12942
13212
  <label>
12943
- <input
12944
- type="checkbox"
12945
- name="tree-table-with-checkboxes-icons-example-checkrow-3"
12946
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-3"
12947
- />
13213
+ <div class="pf-c-check pf-m-standalone">
13214
+ <input
13215
+ class="pf-c-check__input"
13216
+ type="checkbox"
13217
+ name="tree-table-with-checkboxes-icons-example-checkrow-3"
13218
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-3"
13219
+ />
13220
+ </div>
12948
13221
  </label>
12949
13222
  </span>
12950
13223
  <div class="pf-c-table__tree-view-text">
@@ -13030,11 +13303,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13030
13303
  <div class="pf-c-table__tree-view-main">
13031
13304
  <span class="pf-c-table__check">
13032
13305
  <label>
13033
- <input
13034
- type="checkbox"
13035
- name="tree-table-with-checkboxes-icons-example-checkrow-4"
13036
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-4"
13037
- />
13306
+ <div class="pf-c-check pf-m-standalone">
13307
+ <input
13308
+ class="pf-c-check__input"
13309
+ type="checkbox"
13310
+ name="tree-table-with-checkboxes-icons-example-checkrow-4"
13311
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-4"
13312
+ />
13313
+ </div>
13038
13314
  </label>
13039
13315
  </span>
13040
13316
  <div class="pf-c-table__tree-view-text">
@@ -13120,11 +13396,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13120
13396
  <div class="pf-c-table__tree-view-main">
13121
13397
  <span class="pf-c-table__check">
13122
13398
  <label>
13123
- <input
13124
- type="checkbox"
13125
- name="tree-table-with-checkboxes-icons-example-checkrow-5"
13126
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-5"
13127
- />
13399
+ <div class="pf-c-check pf-m-standalone">
13400
+ <input
13401
+ class="pf-c-check__input"
13402
+ type="checkbox"
13403
+ name="tree-table-with-checkboxes-icons-example-checkrow-5"
13404
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-5"
13405
+ />
13406
+ </div>
13128
13407
  </label>
13129
13408
  </span>
13130
13409
  <div class="pf-c-table__tree-view-text">
@@ -13209,11 +13488,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13209
13488
  <div class="pf-c-table__tree-view-main">
13210
13489
  <span class="pf-c-table__check">
13211
13490
  <label>
13212
- <input
13213
- type="checkbox"
13214
- name="tree-table-with-checkboxes-icons-example-checkrow-6"
13215
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-6"
13216
- />
13491
+ <div class="pf-c-check pf-m-standalone">
13492
+ <input
13493
+ class="pf-c-check__input"
13494
+ type="checkbox"
13495
+ name="tree-table-with-checkboxes-icons-example-checkrow-6"
13496
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-6"
13497
+ />
13498
+ </div>
13217
13499
  </label>
13218
13500
  </span>
13219
13501
  <div class="pf-c-table__tree-view-text">
@@ -13313,11 +13595,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13313
13595
  </span>
13314
13596
  <span class="pf-c-table__check">
13315
13597
  <label>
13316
- <input
13317
- type="checkbox"
13318
- name="tree-table-with-checkboxes-icons-example-checkrow-7"
13319
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-7"
13320
- />
13598
+ <div class="pf-c-check pf-m-standalone">
13599
+ <input
13600
+ class="pf-c-check__input"
13601
+ type="checkbox"
13602
+ name="tree-table-with-checkboxes-icons-example-checkrow-7"
13603
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-7"
13604
+ />
13605
+ </div>
13321
13606
  </label>
13322
13607
  </span>
13323
13608
  <div class="pf-c-table__tree-view-text">
@@ -13402,11 +13687,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13402
13687
  <div class="pf-c-table__tree-view-main">
13403
13688
  <span class="pf-c-table__check">
13404
13689
  <label>
13405
- <input
13406
- type="checkbox"
13407
- name="tree-table-with-checkboxes-icons-example-checkrow-8"
13408
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-8"
13409
- />
13690
+ <div class="pf-c-check pf-m-standalone">
13691
+ <input
13692
+ class="pf-c-check__input"
13693
+ type="checkbox"
13694
+ name="tree-table-with-checkboxes-icons-example-checkrow-8"
13695
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-8"
13696
+ />
13697
+ </div>
13410
13698
  </label>
13411
13699
  </span>
13412
13700
  <div class="pf-c-table__tree-view-text">
@@ -13505,11 +13793,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13505
13793
  </span>
13506
13794
  <span class="pf-c-table__check">
13507
13795
  <label>
13508
- <input
13509
- type="checkbox"
13510
- name="tree-table-with-checkboxes-icons-example-checkrow-9"
13511
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-9"
13512
- />
13796
+ <div class="pf-c-check pf-m-standalone">
13797
+ <input
13798
+ class="pf-c-check__input"
13799
+ type="checkbox"
13800
+ name="tree-table-with-checkboxes-icons-example-checkrow-9"
13801
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-9"
13802
+ />
13803
+ </div>
13513
13804
  </label>
13514
13805
  </span>
13515
13806
  <div class="pf-c-table__tree-view-text">
@@ -13594,11 +13885,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13594
13885
  <div class="pf-c-table__tree-view-main">
13595
13886
  <span class="pf-c-table__check">
13596
13887
  <label>
13597
- <input
13598
- type="checkbox"
13599
- name="tree-table-with-checkboxes-icons-example-checkrow-10"
13600
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-10"
13601
- />
13888
+ <div class="pf-c-check pf-m-standalone">
13889
+ <input
13890
+ class="pf-c-check__input"
13891
+ type="checkbox"
13892
+ name="tree-table-with-checkboxes-icons-example-checkrow-10"
13893
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-10"
13894
+ />
13895
+ </div>
13602
13896
  </label>
13603
13897
  </span>
13604
13898
  <div class="pf-c-table__tree-view-text">
@@ -13684,11 +13978,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13684
13978
  <div class="pf-c-table__tree-view-main">
13685
13979
  <span class="pf-c-table__check">
13686
13980
  <label>
13687
- <input
13688
- type="checkbox"
13689
- name="tree-table-with-checkboxes-icons-example-checkrow-11"
13690
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-11"
13691
- />
13981
+ <div class="pf-c-check pf-m-standalone">
13982
+ <input
13983
+ class="pf-c-check__input"
13984
+ type="checkbox"
13985
+ name="tree-table-with-checkboxes-icons-example-checkrow-11"
13986
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-11"
13987
+ />
13988
+ </div>
13692
13989
  </label>
13693
13990
  </span>
13694
13991
  <div class="pf-c-table__tree-view-text">
@@ -13788,11 +14085,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13788
14085
  </span>
13789
14086
  <span class="pf-c-table__check">
13790
14087
  <label>
13791
- <input
13792
- type="checkbox"
13793
- name="tree-table-with-checkboxes-icons-example-checkrow-12"
13794
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-12"
13795
- />
14088
+ <div class="pf-c-check pf-m-standalone">
14089
+ <input
14090
+ class="pf-c-check__input"
14091
+ type="checkbox"
14092
+ name="tree-table-with-checkboxes-icons-example-checkrow-12"
14093
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-12"
14094
+ />
14095
+ </div>
13796
14096
  </label>
13797
14097
  </span>
13798
14098
  <div class="pf-c-table__tree-view-text">
@@ -13877,11 +14177,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13877
14177
  <div class="pf-c-table__tree-view-main">
13878
14178
  <span class="pf-c-table__check">
13879
14179
  <label>
13880
- <input
13881
- type="checkbox"
13882
- name="tree-table-with-checkboxes-icons-example-checkrow-13"
13883
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-13"
13884
- />
14180
+ <div class="pf-c-check pf-m-standalone">
14181
+ <input
14182
+ class="pf-c-check__input"
14183
+ type="checkbox"
14184
+ name="tree-table-with-checkboxes-icons-example-checkrow-13"
14185
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-13"
14186
+ />
14187
+ </div>
13885
14188
  </label>
13886
14189
  </span>
13887
14190
  <div class="pf-c-table__tree-view-text">
@@ -13966,11 +14269,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
13966
14269
  <div class="pf-c-table__tree-view-main">
13967
14270
  <span class="pf-c-table__check">
13968
14271
  <label>
13969
- <input
13970
- type="checkbox"
13971
- name="tree-table-with-checkboxes-icons-example-checkrow-14"
13972
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-14"
13973
- />
14272
+ <div class="pf-c-check pf-m-standalone">
14273
+ <input
14274
+ class="pf-c-check__input"
14275
+ type="checkbox"
14276
+ name="tree-table-with-checkboxes-icons-example-checkrow-14"
14277
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-14"
14278
+ />
14279
+ </div>
13974
14280
  </label>
13975
14281
  </span>
13976
14282
  <div class="pf-c-table__tree-view-text">
@@ -14067,13 +14373,16 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14067
14373
  </div>
14068
14374
  </button>
14069
14375
  </span>
14070
- <span class="pf-c-table__check">
14071
- <label>
14072
- <input
14073
- type="checkbox"
14074
- name="tree-table-with-checkboxes-icons-example-checkrow-15"
14075
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-15"
14076
- />
14376
+ <span class="pf-c-table__check">
14377
+ <label>
14378
+ <div class="pf-c-check pf-m-standalone">
14379
+ <input
14380
+ class="pf-c-check__input"
14381
+ type="checkbox"
14382
+ name="tree-table-with-checkboxes-icons-example-checkrow-15"
14383
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-15"
14384
+ />
14385
+ </div>
14077
14386
  </label>
14078
14387
  </span>
14079
14388
  <div class="pf-c-table__tree-view-text">
@@ -14159,11 +14468,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14159
14468
  <div class="pf-c-table__tree-view-main">
14160
14469
  <span class="pf-c-table__check">
14161
14470
  <label>
14162
- <input
14163
- type="checkbox"
14164
- name="tree-table-with-checkboxes-icons-example-checkrow-16"
14165
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-16"
14166
- />
14471
+ <div class="pf-c-check pf-m-standalone">
14472
+ <input
14473
+ class="pf-c-check__input"
14474
+ type="checkbox"
14475
+ name="tree-table-with-checkboxes-icons-example-checkrow-16"
14476
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-16"
14477
+ />
14478
+ </div>
14167
14479
  </label>
14168
14480
  </span>
14169
14481
  <div class="pf-c-table__tree-view-text">
@@ -14249,11 +14561,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14249
14561
  <div class="pf-c-table__tree-view-main">
14250
14562
  <span class="pf-c-table__check">
14251
14563
  <label>
14252
- <input
14253
- type="checkbox"
14254
- name="tree-table-with-checkboxes-icons-example-checkrow-17"
14255
- aria-labelledby="tree-table-with-checkboxes-icons-example-node-17"
14256
- />
14564
+ <div class="pf-c-check pf-m-standalone">
14565
+ <input
14566
+ class="pf-c-check__input"
14567
+ type="checkbox"
14568
+ name="tree-table-with-checkboxes-icons-example-checkrow-17"
14569
+ aria-labelledby="tree-table-with-checkboxes-icons-example-node-17"
14570
+ />
14571
+ </div>
14257
14572
  </label>
14258
14573
  </span>
14259
14574
  <div class="pf-c-table__tree-view-text">
@@ -14373,11 +14688,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14373
14688
  <tr role="row">
14374
14689
  <td class="pf-c-table__check" role="cell">
14375
14690
  <label>
14376
- <input
14377
- type="checkbox"
14378
- name="borderless-table-checkrowthead"
14379
- aria-label="Select all rows"
14380
- />
14691
+ <div class="pf-c-check pf-m-standalone">
14692
+ <input
14693
+ class="pf-c-check__input"
14694
+ type="checkbox"
14695
+ name="borderless-table-checkrowthead"
14696
+ aria-label="Select all rows"
14697
+ />
14698
+ </div>
14381
14699
  </label>
14382
14700
  </td>
14383
14701
  <th role="columnheader" scope="col">Contributor</th>
@@ -14395,11 +14713,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14395
14713
  <tr role="row">
14396
14714
  <td class="pf-c-table__check" role="cell">
14397
14715
  <label>
14398
- <input
14399
- type="checkbox"
14400
- name="borderless-table-checkrow1"
14401
- aria-labelledby="borderless-table-node1"
14402
- />
14716
+ <div class="pf-c-check pf-m-standalone">
14717
+ <input
14718
+ class="pf-c-check__input"
14719
+ type="checkbox"
14720
+ name="borderless-table-checkrow1"
14721
+ aria-labelledby="borderless-table-node1"
14722
+ />
14723
+ </div>
14403
14724
  </label>
14404
14725
  </td>
14405
14726
  <th role="columnheader" data-label="Data label name">
@@ -14464,11 +14785,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14464
14785
  <tr role="row">
14465
14786
  <td class="pf-c-table__check" role="cell">
14466
14787
  <label>
14467
- <input
14468
- type="checkbox"
14469
- name="borderless-table-checkrow2"
14470
- aria-labelledby="borderless-table-node2"
14471
- />
14788
+ <div class="pf-c-check pf-m-standalone">
14789
+ <input
14790
+ class="pf-c-check__input"
14791
+ type="checkbox"
14792
+ name="borderless-table-checkrow2"
14793
+ aria-labelledby="borderless-table-node2"
14794
+ />
14795
+ </div>
14472
14796
  </label>
14473
14797
  </td>
14474
14798
  <th role="columnheader" data-label="Data label name">
@@ -14533,11 +14857,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14533
14857
  <tr role="row">
14534
14858
  <td class="pf-c-table__check" role="cell">
14535
14859
  <label>
14536
- <input
14537
- type="checkbox"
14538
- name="borderless-table-checkrow3"
14539
- aria-labelledby="borderless-table-node3"
14540
- />
14860
+ <div class="pf-c-check pf-m-standalone">
14861
+ <input
14862
+ class="pf-c-check__input"
14863
+ type="checkbox"
14864
+ name="borderless-table-checkrow3"
14865
+ aria-labelledby="borderless-table-node3"
14866
+ />
14867
+ </div>
14541
14868
  </label>
14542
14869
  </td>
14543
14870
  <th role="columnheader" data-label="Data label name">
@@ -14602,11 +14929,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14602
14929
  <tr role="row">
14603
14930
  <td class="pf-c-table__check" role="cell">
14604
14931
  <label>
14605
- <input
14606
- type="checkbox"
14607
- name="borderless-table-checkrow4"
14608
- aria-labelledby="borderless-table-node4"
14609
- />
14932
+ <div class="pf-c-check pf-m-standalone">
14933
+ <input
14934
+ class="pf-c-check__input"
14935
+ type="checkbox"
14936
+ name="borderless-table-checkrow4"
14937
+ aria-labelledby="borderless-table-node4"
14938
+ />
14939
+ </div>
14610
14940
  </label>
14611
14941
  </td>
14612
14942
  <th role="columnheader" data-label="Data label name">
@@ -14685,11 +15015,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14685
15015
  <tr role="row">
14686
15016
  <td class="pf-c-table__check" role="cell">
14687
15017
  <label>
14688
- <input
14689
- type="checkbox"
14690
- name="borderless-compact-table-checkrowthead"
14691
- aria-label="Select all rows"
14692
- />
15018
+ <div class="pf-c-check pf-m-standalone">
15019
+ <input
15020
+ class="pf-c-check__input"
15021
+ type="checkbox"
15022
+ name="borderless-compact-table-checkrowthead"
15023
+ aria-label="Select all rows"
15024
+ />
15025
+ </div>
14693
15026
  </label>
14694
15027
  </td>
14695
15028
  <th role="columnheader" scope="col">Contributor</th>
@@ -14707,11 +15040,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14707
15040
  <tr role="row">
14708
15041
  <td class="pf-c-table__check" role="cell">
14709
15042
  <label>
14710
- <input
14711
- type="checkbox"
14712
- name="borderless-compact-table-checkrow1"
14713
- aria-labelledby="borderless-compact-table-node1"
14714
- />
15043
+ <div class="pf-c-check pf-m-standalone">
15044
+ <input
15045
+ class="pf-c-check__input"
15046
+ type="checkbox"
15047
+ name="borderless-compact-table-checkrow1"
15048
+ aria-labelledby="borderless-compact-table-node1"
15049
+ />
15050
+ </div>
14715
15051
  </label>
14716
15052
  </td>
14717
15053
  <th role="columnheader" data-label="Data label name">
@@ -14776,11 +15112,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14776
15112
  <tr role="row">
14777
15113
  <td class="pf-c-table__check" role="cell">
14778
15114
  <label>
14779
- <input
14780
- type="checkbox"
14781
- name="borderless-compact-table-checkrow2"
14782
- aria-labelledby="borderless-compact-table-node2"
14783
- />
15115
+ <div class="pf-c-check pf-m-standalone">
15116
+ <input
15117
+ class="pf-c-check__input"
15118
+ type="checkbox"
15119
+ name="borderless-compact-table-checkrow2"
15120
+ aria-labelledby="borderless-compact-table-node2"
15121
+ />
15122
+ </div>
14784
15123
  </label>
14785
15124
  </td>
14786
15125
  <th role="columnheader" data-label="Data label name">
@@ -14845,11 +15184,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14845
15184
  <tr role="row">
14846
15185
  <td class="pf-c-table__check" role="cell">
14847
15186
  <label>
14848
- <input
14849
- type="checkbox"
14850
- name="borderless-compact-table-checkrow3"
14851
- aria-labelledby="borderless-compact-table-node3"
14852
- />
15187
+ <div class="pf-c-check pf-m-standalone">
15188
+ <input
15189
+ class="pf-c-check__input"
15190
+ type="checkbox"
15191
+ name="borderless-compact-table-checkrow3"
15192
+ aria-labelledby="borderless-compact-table-node3"
15193
+ />
15194
+ </div>
14853
15195
  </label>
14854
15196
  </td>
14855
15197
  <th role="columnheader" data-label="Data label name">
@@ -14914,11 +15256,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14914
15256
  <tr role="row">
14915
15257
  <td class="pf-c-table__check" role="cell">
14916
15258
  <label>
14917
- <input
14918
- type="checkbox"
14919
- name="borderless-compact-table-checkrow4"
14920
- aria-labelledby="borderless-compact-table-node4"
14921
- />
15259
+ <div class="pf-c-check pf-m-standalone">
15260
+ <input
15261
+ class="pf-c-check__input"
15262
+ type="checkbox"
15263
+ name="borderless-compact-table-checkrow4"
15264
+ aria-labelledby="borderless-compact-table-node4"
15265
+ />
15266
+ </div>
14922
15267
  </label>
14923
15268
  </td>
14924
15269
  <th role="columnheader" data-label="Data label name">
@@ -14998,11 +15343,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
14998
15343
  <td></td>
14999
15344
  <td class="pf-c-table__check" role="cell">
15000
15345
  <label>
15001
- <input
15002
- type="checkbox"
15003
- name="borderless-table-expandable-checkrowthead"
15004
- aria-label="Select all rows"
15005
- />
15346
+ <div class="pf-c-check pf-m-standalone">
15347
+ <input
15348
+ class="pf-c-check__input"
15349
+ type="checkbox"
15350
+ name="borderless-table-expandable-checkrowthead"
15351
+ aria-label="Select all rows"
15352
+ />
15353
+ </div>
15006
15354
  </label>
15007
15355
  </td>
15008
15356
  <th
@@ -15074,11 +15422,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
15074
15422
 
15075
15423
  <td class="pf-c-table__check" role="cell">
15076
15424
  <label>
15077
- <input
15078
- type="checkbox"
15079
- name="borderless-table-expandable-checkrow1"
15080
- aria-labelledby="borderless-table-expandable-node1"
15081
- />
15425
+ <div class="pf-c-check pf-m-standalone">
15426
+ <input
15427
+ class="pf-c-check__input"
15428
+ type="checkbox"
15429
+ name="borderless-table-expandable-checkrow1"
15430
+ aria-labelledby="borderless-table-expandable-node1"
15431
+ />
15432
+ </div>
15082
15433
  </label>
15083
15434
  </td>
15084
15435
  <th role="columnheader" data-label="Data label name">
@@ -15171,11 +15522,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
15171
15522
 
15172
15523
  <td class="pf-c-table__check" role="cell">
15173
15524
  <label>
15174
- <input
15175
- type="checkbox"
15176
- name="borderless-table-expandable-checkrow2"
15177
- aria-labelledby="borderless-table-expandable-node2"
15178
- />
15525
+ <div class="pf-c-check pf-m-standalone">
15526
+ <input
15527
+ class="pf-c-check__input"
15528
+ type="checkbox"
15529
+ name="borderless-table-expandable-checkrow2"
15530
+ aria-labelledby="borderless-table-expandable-node2"
15531
+ />
15532
+ </div>
15179
15533
  </label>
15180
15534
  </td>
15181
15535
  <th role="columnheader" data-label="Data label name">
@@ -15266,11 +15620,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
15266
15620
 
15267
15621
  <td class="pf-c-table__check" role="cell">
15268
15622
  <label>
15269
- <input
15270
- type="checkbox"
15271
- name="borderless-table-expandable-checkrow3"
15272
- aria-labelledby="borderless-table-expandable-node3"
15273
- />
15623
+ <div class="pf-c-check pf-m-standalone">
15624
+ <input
15625
+ class="pf-c-check__input"
15626
+ type="checkbox"
15627
+ name="borderless-table-expandable-checkrow3"
15628
+ aria-labelledby="borderless-table-expandable-node3"
15629
+ />
15630
+ </div>
15274
15631
  </label>
15275
15632
  </td>
15276
15633
  <th role="columnheader" data-label="Data label name">
@@ -15361,11 +15718,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
15361
15718
 
15362
15719
  <td class="pf-c-table__check" role="cell">
15363
15720
  <label>
15364
- <input
15365
- type="checkbox"
15366
- name="borderless-table-expandable-checkrow4"
15367
- aria-labelledby="borderless-table-expandable-node4"
15368
- />
15721
+ <div class="pf-c-check pf-m-standalone">
15722
+ <input
15723
+ class="pf-c-check__input"
15724
+ type="checkbox"
15725
+ name="borderless-table-expandable-checkrow4"
15726
+ aria-labelledby="borderless-table-expandable-node4"
15727
+ />
15728
+ </div>
15369
15729
  </label>
15370
15730
  </td>
15371
15731
  <th role="columnheader" data-label="Data label name">
@@ -19848,11 +20208,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
19848
20208
  <tr role="row">
19849
20209
  <td class="pf-c-table__check" role="cell">
19850
20210
  <label>
19851
- <input
19852
- type="checkbox"
19853
- name="table-width-modifiers-checkrowthead"
19854
- aria-label="Select all rows"
19855
- />
20211
+ <div class="pf-c-check pf-m-standalone">
20212
+ <input
20213
+ class="pf-c-check__input"
20214
+ type="checkbox"
20215
+ name="table-width-modifiers-checkrowthead"
20216
+ aria-label="Select all rows"
20217
+ />
20218
+ </div>
19856
20219
  </label>
19857
20220
  </td>
19858
20221
  <th
@@ -19909,11 +20272,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
19909
20272
  <tr role="row">
19910
20273
  <td class="pf-c-table__check" role="cell">
19911
20274
  <label>
19912
- <input
19913
- type="checkbox"
19914
- name="table-width-modifiers-checkrow1"
19915
- aria-labelledby="table-width-modifiers-node1"
19916
- />
20275
+ <div class="pf-c-check pf-m-standalone">
20276
+ <input
20277
+ class="pf-c-check__input"
20278
+ type="checkbox"
20279
+ name="table-width-modifiers-checkrow1"
20280
+ aria-labelledby="table-width-modifiers-node1"
20281
+ />
20282
+ </div>
19917
20283
  </label>
19918
20284
  </td>
19919
20285
  <th role="columnheader" data-label="Data label name">
@@ -19928,11 +20294,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
19928
20294
  <tr role="row">
19929
20295
  <td class="pf-c-table__check" role="cell">
19930
20296
  <label>
19931
- <input
19932
- type="checkbox"
19933
- name="table-width-modifiers-checkrow2"
19934
- aria-labelledby="table-width-modifiers-node2"
19935
- />
20297
+ <div class="pf-c-check pf-m-standalone">
20298
+ <input
20299
+ class="pf-c-check__input"
20300
+ type="checkbox"
20301
+ name="table-width-modifiers-checkrow2"
20302
+ aria-labelledby="table-width-modifiers-node2"
20303
+ />
20304
+ </div>
19936
20305
  </label>
19937
20306
  </td>
19938
20307
  <th role="columnheader" data-label="Data label name">
@@ -19948,11 +20317,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
19948
20317
  <tr role="row">
19949
20318
  <td class="pf-c-table__check" role="cell">
19950
20319
  <label>
19951
- <input
19952
- type="checkbox"
19953
- name="table-width-modifiers-checkrow3"
19954
- aria-labelledby="table-width-modifiers-node3"
19955
- />
20320
+ <div class="pf-c-check pf-m-standalone">
20321
+ <input
20322
+ class="pf-c-check__input"
20323
+ type="checkbox"
20324
+ name="table-width-modifiers-checkrow3"
20325
+ aria-labelledby="table-width-modifiers-node3"
20326
+ />
20327
+ </div>
19956
20328
  </label>
19957
20329
  </td>
19958
20330
  <th role="columnheader" data-label="Data label name">
@@ -19968,11 +20340,14 @@ Note: To apply padding to `.pf-c-table__expandable-row`, wrap the content in `.p
19968
20340
  <tr role="row">
19969
20341
  <td class="pf-c-table__check" role="cell">
19970
20342
  <label>
19971
- <input
19972
- type="checkbox"
19973
- name="table-width-modifiers-checkrow4"
19974
- aria-labelledby="table-width-modifiers-node4"
19975
- />
20343
+ <div class="pf-c-check pf-m-standalone">
20344
+ <input
20345
+ class="pf-c-check__input"
20346
+ type="checkbox"
20347
+ name="table-width-modifiers-checkrow4"
20348
+ aria-labelledby="table-width-modifiers-node4"
20349
+ />
20350
+ </div>
19976
20351
  </label>
19977
20352
  </td>
19978
20353
  <th role="columnheader" data-label="Data label name">
@@ -22238,11 +22613,14 @@ For sticky columns to function correctly, the parent table's width must be contr
22238
22613
  <td rowspan="2"></td>
22239
22614
  <td class="pf-c-table__check" role="cell" rowspan="2">
22240
22615
  <label>
22241
- <input
22242
- type="checkbox"
22243
- name="nested-columns-expandable-example-checkrow"
22244
- aria-label="Select all rows"
22245
- />
22616
+ <div class="pf-c-check pf-m-standalone">
22617
+ <input
22618
+ class="pf-c-check__input"
22619
+ type="checkbox"
22620
+ name="nested-columns-expandable-example-checkrow"
22621
+ aria-label="Select all rows"
22622
+ />
22623
+ </div>
22246
22624
  </label>
22247
22625
  </td>
22248
22626
  <th
@@ -22312,11 +22690,14 @@ For sticky columns to function correctly, the parent table's width must be contr
22312
22690
 
22313
22691
  <td class="pf-c-table__check" role="cell">
22314
22692
  <label>
22315
- <input
22316
- type="checkbox"
22317
- name="nested-columns-expandable-example-checkrow1"
22318
- aria-labelledby="nested-columns-expandable-example-node1"
22319
- />
22693
+ <div class="pf-c-check pf-m-standalone">
22694
+ <input
22695
+ class="pf-c-check__input"
22696
+ type="checkbox"
22697
+ name="nested-columns-expandable-example-checkrow1"
22698
+ aria-labelledby="nested-columns-expandable-example-node1"
22699
+ />
22700
+ </div>
22320
22701
  </label>
22321
22702
  </td>
22322
22703
  <th
@@ -22414,11 +22795,14 @@ For sticky columns to function correctly, the parent table's width must be contr
22414
22795
 
22415
22796
  <td class="pf-c-table__check" role="cell">
22416
22797
  <label>
22417
- <input
22418
- type="checkbox"
22419
- name="nested-columns-expandable-example-checkrow2"
22420
- aria-labelledby="nested-columns-expandable-example-node2"
22421
- />
22798
+ <div class="pf-c-check pf-m-standalone">
22799
+ <input
22800
+ class="pf-c-check__input"
22801
+ type="checkbox"
22802
+ name="nested-columns-expandable-example-checkrow2"
22803
+ aria-labelledby="nested-columns-expandable-example-node2"
22804
+ />
22805
+ </div>
22422
22806
  </label>
22423
22807
  </td>
22424
22808
  <th
@@ -22516,11 +22900,14 @@ For sticky columns to function correctly, the parent table's width must be contr
22516
22900
 
22517
22901
  <td class="pf-c-table__check" role="cell">
22518
22902
  <label>
22519
- <input
22520
- type="checkbox"
22521
- name="nested-columns-expandable-example-checkrow3"
22522
- aria-labelledby="nested-columns-expandable-example-node3"
22523
- />
22903
+ <div class="pf-c-check pf-m-standalone">
22904
+ <input
22905
+ class="pf-c-check__input"
22906
+ type="checkbox"
22907
+ name="nested-columns-expandable-example-checkrow3"
22908
+ aria-labelledby="nested-columns-expandable-example-node3"
22909
+ />
22910
+ </div>
22524
22911
  </label>
22525
22912
  </td>
22526
22913
  <th
@@ -24029,11 +24416,14 @@ For sticky columns to function correctly, the parent table's width must be contr
24029
24416
  <tr role="row">
24030
24417
  <td class="pf-c-table__check" role="cell">
24031
24418
  <label>
24032
- <input
24033
- type="checkbox"
24034
- name="table-favorites-checkrowthead"
24035
- aria-label="Select all rows"
24036
- />
24419
+ <div class="pf-c-check pf-m-standalone">
24420
+ <input
24421
+ class="pf-c-check__input"
24422
+ type="checkbox"
24423
+ name="table-favorites-checkrowthead"
24424
+ aria-label="Select all rows"
24425
+ />
24426
+ </div>
24037
24427
  </label>
24038
24428
  </td>
24039
24429
  <td></td>
@@ -24050,11 +24440,14 @@ For sticky columns to function correctly, the parent table's width must be contr
24050
24440
  <tr role="row">
24051
24441
  <td class="pf-c-table__check" role="cell">
24052
24442
  <label>
24053
- <input
24054
- type="checkbox"
24055
- name="table-favorites-checkrow1"
24056
- aria-labelledby="table-favorites-node1"
24057
- />
24443
+ <div class="pf-c-check pf-m-standalone">
24444
+ <input
24445
+ class="pf-c-check__input"
24446
+ type="checkbox"
24447
+ name="table-favorites-checkrow1"
24448
+ aria-labelledby="table-favorites-node1"
24449
+ />
24450
+ </div>
24058
24451
  </label>
24059
24452
  </td>
24060
24453
  <td class="pf-c-table__favorite pf-m-favorited" role="cell">
@@ -24126,11 +24519,14 @@ For sticky columns to function correctly, the parent table's width must be contr
24126
24519
  <tr role="row">
24127
24520
  <td class="pf-c-table__check" role="cell">
24128
24521
  <label>
24129
- <input
24130
- type="checkbox"
24131
- name="table-favorites-checkrow2"
24132
- aria-labelledby="table-favorites-node2"
24133
- />
24522
+ <div class="pf-c-check pf-m-standalone">
24523
+ <input
24524
+ class="pf-c-check__input"
24525
+ type="checkbox"
24526
+ name="table-favorites-checkrow2"
24527
+ aria-labelledby="table-favorites-node2"
24528
+ />
24529
+ </div>
24134
24530
  </label>
24135
24531
  </td>
24136
24532
  <td class="pf-c-table__favorite" role="cell">
@@ -24200,11 +24596,14 @@ For sticky columns to function correctly, the parent table's width must be contr
24200
24596
  <tr role="row">
24201
24597
  <td class="pf-c-table__check" role="cell">
24202
24598
  <label>
24203
- <input
24204
- type="checkbox"
24205
- name="table-favorites-checkrow3"
24206
- aria-labelledby="table-favorites-node3"
24207
- />
24599
+ <div class="pf-c-check pf-m-standalone">
24600
+ <input
24601
+ class="pf-c-check__input"
24602
+ type="checkbox"
24603
+ name="table-favorites-checkrow3"
24604
+ aria-labelledby="table-favorites-node3"
24605
+ />
24606
+ </div>
24208
24607
  </label>
24209
24608
  </td>
24210
24609
  <td class="pf-c-table__favorite pf-m-favorited" role="cell">
@@ -24274,11 +24673,14 @@ For sticky columns to function correctly, the parent table's width must be contr
24274
24673
  <tr role="row">
24275
24674
  <td class="pf-c-table__check" role="cell">
24276
24675
  <label>
24277
- <input
24278
- type="checkbox"
24279
- name="table-favorites-checkrow4"
24280
- aria-labelledby="table-favorites-node4"
24281
- />
24676
+ <div class="pf-c-check pf-m-standalone">
24677
+ <input
24678
+ class="pf-c-check__input"
24679
+ type="checkbox"
24680
+ name="table-favorites-checkrow4"
24681
+ aria-labelledby="table-favorites-node4"
24682
+ />
24683
+ </div>
24282
24684
  </label>
24283
24685
  </td>
24284
24686
  <td class="pf-c-table__favorite" role="cell">
@@ -24734,11 +25136,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
24734
25136
  <td></td>
24735
25137
  <td class="pf-c-table__check" role="cell">
24736
25138
  <label>
24737
- <input
24738
- type="checkbox"
24739
- name="table-striped-expandable-checkrowthead"
24740
- aria-label="Select all rows"
24741
- />
25139
+ <div class="pf-c-check pf-m-standalone">
25140
+ <input
25141
+ class="pf-c-check__input"
25142
+ type="checkbox"
25143
+ name="table-striped-expandable-checkrowthead"
25144
+ aria-label="Select all rows"
25145
+ />
25146
+ </div>
24742
25147
  </label>
24743
25148
  </td>
24744
25149
  <th
@@ -24810,11 +25215,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
24810
25215
 
24811
25216
  <td class="pf-c-table__check" role="cell">
24812
25217
  <label>
24813
- <input
24814
- type="checkbox"
24815
- name="table-striped-expandable-checkrow1"
24816
- aria-labelledby="table-striped-expandable-node1"
24817
- />
25218
+ <div class="pf-c-check pf-m-standalone">
25219
+ <input
25220
+ class="pf-c-check__input"
25221
+ type="checkbox"
25222
+ name="table-striped-expandable-checkrow1"
25223
+ aria-labelledby="table-striped-expandable-node1"
25224
+ />
25225
+ </div>
24818
25226
  </label>
24819
25227
  </td>
24820
25228
  <th role="columnheader" data-label="Data label name">
@@ -24902,11 +25310,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
24902
25310
 
24903
25311
  <td class="pf-c-table__check" role="cell">
24904
25312
  <label>
24905
- <input
24906
- type="checkbox"
24907
- name="table-striped-expandable-checkrow2"
24908
- aria-labelledby="table-striped-expandable-node2"
24909
- />
25313
+ <div class="pf-c-check pf-m-standalone">
25314
+ <input
25315
+ class="pf-c-check__input"
25316
+ type="checkbox"
25317
+ name="table-striped-expandable-checkrow2"
25318
+ aria-labelledby="table-striped-expandable-node2"
25319
+ />
25320
+ </div>
24910
25321
  </label>
24911
25322
  </td>
24912
25323
  <th role="columnheader" data-label="Data label name">
@@ -24992,11 +25403,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
24992
25403
 
24993
25404
  <td class="pf-c-table__check" role="cell">
24994
25405
  <label>
24995
- <input
24996
- type="checkbox"
24997
- name="table-striped-expandable-checkrow3"
24998
- aria-labelledby="table-striped-expandable-node3"
24999
- />
25406
+ <div class="pf-c-check pf-m-standalone">
25407
+ <input
25408
+ class="pf-c-check__input"
25409
+ type="checkbox"
25410
+ name="table-striped-expandable-checkrow3"
25411
+ aria-labelledby="table-striped-expandable-node3"
25412
+ />
25413
+ </div>
25000
25414
  </label>
25001
25415
  </td>
25002
25416
  <th role="columnheader" data-label="Data label name">
@@ -25082,11 +25496,14 @@ Basic striped table rows are supported on tables with a single `<tbody>` element
25082
25496
 
25083
25497
  <td class="pf-c-table__check" role="cell">
25084
25498
  <label>
25085
- <input
25086
- type="checkbox"
25087
- name="table-striped-expandable-checkrow4"
25088
- aria-labelledby="table-striped-expandable-node4"
25089
- />
25499
+ <div class="pf-c-check pf-m-standalone">
25500
+ <input
25501
+ class="pf-c-check__input"
25502
+ type="checkbox"
25503
+ name="table-striped-expandable-checkrow4"
25504
+ aria-labelledby="table-striped-expandable-node4"
25505
+ />
25506
+ </div>
25090
25507
  </label>
25091
25508
  </td>
25092
25509
  <th role="columnheader" data-label="Data label name">