diff --git a/.changeset/happy-rivers-attend.md b/.changeset/happy-rivers-attend.md new file mode 100644 index 000000000..95a789059 --- /dev/null +++ b/.changeset/happy-rivers-attend.md @@ -0,0 +1,5 @@ +--- +'@orchestrator-ui/orchestrator-ui-components': patch +--- + +1577 Fixes uncheckable checkbox (only the label was clickable) diff --git a/packages/orchestrator-ui-components/src/components/WfoForms/formFields/BoolFieldStyling.ts b/packages/orchestrator-ui-components/src/components/WfoForms/formFields/BoolFieldStyling.ts index 33e036a8a..f6d846a43 100644 --- a/packages/orchestrator-ui-components/src/components/WfoForms/formFields/BoolFieldStyling.ts +++ b/packages/orchestrator-ui-components/src/components/WfoForms/formFields/BoolFieldStyling.ts @@ -12,10 +12,6 @@ export const boolFieldStyling = css` z-index: unset; } - input[type="checkbox"] { - display: none; - } - label { display: inline-block; margin: 3px 0;