diff --git a/src/layouts/nested-radio-poc/nested-radio.vue b/src/layouts/nested-radio-poc/nested-radio.vue
index 6d05c4009..b5a317318 100644
--- a/src/layouts/nested-radio-poc/nested-radio.vue
+++ b/src/layouts/nested-radio-poc/nested-radio.vue
@@ -1,27 +1,89 @@
-POC
+
+
+
+
+
+
Ok, select the features
+
+
+
+
+
+
+
+
diff --git a/src/ux-components/list-card/list-card.vue b/src/ux-components/list-card/list-card.vue
index b3124ccfb..0a2fcc297 100644
--- a/src/ux-components/list-card/list-card.vue
+++ b/src/ux-components/list-card/list-card.vue
@@ -173,6 +173,7 @@ export default {
&:checked + label {
p {
color: $black;
+ font-weight: 500;
}
.sub-copy {
color: $gray-600;
diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue
index 83b0976b7..0762c0f6a 100644
--- a/src/ux-components/radio/radio.vue
+++ b/src/ux-components/radio/radio.vue
@@ -11,7 +11,7 @@
:v-model="checkValue"
@change="handleCheckChanged"
/>
-