Label(
[
FormLabel([text('Type')], tag: 'span'),
Select(
[
option([text('Personal')]),
option([text('Business')]),
],
style: [Flex.grow],
),
],
type: LabelContainerType.select,
isBordered: true,
style: [Layout.flex, Alignment.itemsCenter, Layout.gap2],
)