LiveCapture
CorexWeb.Accordion
CorexWeb.Action
CorexWeb.AngleSlider
CorexWeb.Avatar
CorexWeb.Carousel
CorexWeb.Checkbox
CorexWeb.Clipboard
CorexWeb.Code
CorexWeb.Collapsible
CorexWeb.ColorPicker
CorexWeb.Combobox
CorexWeb.DatePicker
CorexWeb.Dialog
CorexWeb.Editable
CorexWeb.FloatingPanel
CorexWeb.Listbox
listbox/0
•
basic
•
grouped
•
multiple
CorexWeb.Marquee
CorexWeb.Menu
CorexWeb.NativeInput
CorexWeb.Navigate
CorexWeb.NumberInput
CorexWeb.PasswordInput
CorexWeb.PinInput
CorexWeb.RadioGroup
CorexWeb.Select
CorexWeb.SignaturePad
CorexWeb.Switch
CorexWeb.Tabs
CorexWeb.Timer
CorexWeb.Toast
CorexWeb.ToggleGroup
CorexWeb.TreeView
s
m
l
xl
Docs
alias
CorexWeb.Listbox
<
Listbox
.
listbox
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
"
}
]
}
>
<:label
>
Choose a country
</:label>
<:item_indicator
>
<.icon name="hero-check" />
</:item_indicator>
</
Listbox
.
listbox
>