Is it possible to anchor a component to another?

Hello,

Is it possible to anchor a component like a checkbox to the label of a multiselect so that if a multiselect above it takes up multiple lines, it will always stay in line with their respective multiselects?

Thanks

Hey @MSSH!

Could it work to group the components together in a container so that they move together? By removing the header and setting the background color and border to be transparent you can make the container itself invisible:

Furthermore, there's an experimental feature flag you can try out to enable 0-padding containers:

Let me know what you think!

1 Like