Checkbox's hidden input positions itself wrong · Issue #2778 · radix-ui/primitives

Bug report Current Behavior The hidden input that renders with the radix checkbox positions itself to the side when they are wrapped in a flex container. There is a transform: translateX(-100%); th...