|
|
|
@ -84,7 +84,6 @@ export const props = { |
|
|
|
Checkboxgroup: { |
|
|
|
_component: "@budibase/materialdesign-components/Checkboxgroup", |
|
|
|
label: "Whats your favourite?", |
|
|
|
disabled: true, |
|
|
|
alignEnd: true, |
|
|
|
onChange: selectedItems => console.log(selectedItems), |
|
|
|
_children: [ |
|
|
|
@ -117,7 +116,6 @@ export const props = { |
|
|
|
_component: "@budibase/materialdesign-components/Radiobuttongroup", |
|
|
|
label: "Preferred method of contact: ", |
|
|
|
orientation: "column", |
|
|
|
disabled: true, |
|
|
|
alignEnd: true, |
|
|
|
onChange: selected => console.log("Radiobutton Group", selected), |
|
|
|
_children: [ |
|
|
|
|