Checkbox List

Display a group of Checkbox List Item components.

<x-checkboxList>
    <x-checkboxListItem id="asset-001" value="asset-001">
        <x-assetMeta
            title="GreenPulse Innovations"
            icon="path/to/asset/icon"
            symbol="GPI"
            symbol-value="81,36745923"
            currency="EUR"
            currency-value="52,89657675"
        />
    </x-checkboxListItem>
    <x-checkboxListItem id="asset-002" value="asset-002">
        <x-assetMeta
            title="SolarWave Energy"
            icon="path/to/asset/icon"
            symbol="SWEN"
            symbol-value="7,839125"
            currency="EUR"
            currency-value="6,532604"
        />
    </x-checkboxListItem>
    <x-checkboxListItem id="asset-003" value="asset-003">
        <x-assetMeta
            title="EcoStream Technologies"
            icon="path/to/asset/icon"
            symbol="ESTC"
            symbol-value="6,532604"
            currency="EUR"
            currency-value="7,839125"
        />
    </x-checkboxListItem>
</x-checkboxList>