Skip to content

Commit 87540ac

Browse files
1577 Fixes uncheckable checkbox (only the label was clickable)
1 parent d39017a commit 87540ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.changeset/happy-rivers-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@orchestrator-ui/orchestrator-ui-components': patch
3+
---
4+
5+
1577 Fixes uncheckable checkbox (only the label was clickable)

packages/orchestrator-ui-components/src/components/WfoForms/formFields/BoolFieldStyling.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ export const boolFieldStyling = css`
1212
z-index: unset;
1313
}
1414
15-
input[type="checkbox"] {
16-
display: none;
17-
}
18-
1915
label {
2016
display: inline-block;
2117
margin: 3px 0;

0 commit comments

Comments
 (0)