+
+
+
+
+
+
+
+
+
@@ -24,21 +46,28 @@ export default {
altText: String,//Leave empty. Screen readers read the buttonLabel text. If alt has content, it will repeat unnecessarily.
buttonID: String,
groupName: String,
- isMultiSelect: Boolean
+ isMultiSelect: Boolean,
+ isRadio: Boolean,
+ isMultiSelectHorizontal: Boolean,
+ isRadioHorizontal: Boolean,
+ buttonLabelSubCopy: String,
+ hasError: Boolean
}
};