Hi!
why in component like ion-checkbox not all parts of component have part
attribute ? for example i have margin on class native-wrapper but i cant fix it (or i can?), may be we need more flexible ui components?
thanks
<div class="native-wrapper" part="?">
<svg class="checkbox-icon" viewBox="0 0 24 24" part="container">
{path}
</svg>
</div>