diff --git a/packages/grafana-ui/src/components/Forms/Checkbox.tsx b/packages/grafana-ui/src/components/Forms/Checkbox.tsx index 3e5e2693f80..fa3f9222b71 100644 --- a/packages/grafana-ui/src/components/Forms/Checkbox.tsx +++ b/packages/grafana-ui/src/components/Forms/Checkbox.tsx @@ -212,6 +212,8 @@ export const getCheckboxStyles = (theme: GrafanaTheme2, invalid = false) => { gridRowStart: 2, lineHeight: theme.typography.bodySmall.lineHeight, marginTop: 0 /* The margin effectively comes from the top: -2px on the label above it */, + // Enable interacting with description when checkbox is disabled + zIndex: 1, }) ), };