Text Link
diff --git a/src/styles/common-list-styles.scss b/src/styles/common-list-styles.scss
index 4eb174a02..0d74a4258 100644
--- a/src/styles/common-list-styles.scss
+++ b/src/styles/common-list-styles.scss
@@ -1,6 +1,7 @@
.list-group {
&.list-button {
- input[type="radio"] {
+ input[type="radio"],
+ input[type="checkbox"] {
opacity: 0;
position: fixed;
width: 0;
diff --git a/src/ux-components/list-button-horizontal/list-button-horizontal.vue b/src/ux-components/list-button-horizontal/list-button-horizontal.vue
index 315a18995..7b1bc292c 100644
--- a/src/ux-components/list-button-horizontal/list-button-horizontal.vue
+++ b/src/ux-components/list-button-horizontal/list-button-horizontal.vue
@@ -1,16 +1,25 @@
-