Misalignment of Boolean checkbox in Basic Table component

My App/Pages Support link:
https://go.glideapps.com/support/f1917b0a-bbf8-4afc-ba3c-a2981d32f027

Describe the bug:
As per topic title, a boolean checkbox column value added to a Basic Table component is not properly aligned. The screenshot below is from a brand new app. I am not using any custom CSS.

How to replicate:
Add a basic table component to a details layout, and include a boolean column value as one of the rows.

Demonstration:

2 Likes

Closing due to inactivity. This topic will be deleted in a few weeks if there are no more comments.

I had the same issue and used CSS to re-align

[data-test=“app-st-item-checkbox”]
{margin-top:11px;}

Closing due to inactivity. This topic will be deleted in a few weeks if there are no more comments.