alias CorexWeb.Listbox
<Listbox.listbox
value={
["bel", "deu"]
}
class="listbox"
collection={
[...]
[
%{
disabled: :true,
id: "fra",
label: "France"
},
%{
id: "bel",
label: "Belgium"
},
%{
id: "deu",
label: "Germany"
},
%{
id: "nld",
label: "Netherlands"
},
%{
id: "che",
label: "Switzerland"
},
%{
id: "aut",
label: "Austria"
}
]
}
selection_mode="multiple"
>
<:label>
</:label>
<:item_indicator>
<.icon name="hero-check" />
</:item_indicator>
</Listbox.listbox>