geoview-core
Preparing search index...
CheckboxListProps
Interface CheckboxListProps
CheckboxList main Props
interface
CheckboxListProps
{
checkedValues
:
string
[]
;
listItems
:
CheckboxListItem
[]
;
multiselect
:
boolean
;
onChecked
?:
(
value
:
string
,
checked
:
boolean
,
allChecked
:
string
[]
)
=>
void
;
}
Index
Properties
checked
Values
list
Items
multiselect
on
Checked?
Properties
checked
Values
checkedValues
:
string
[]
list
Items
listItems
:
CheckboxListItem
[]
multiselect
multiselect
:
boolean
Optional
on
Checked
onChecked
?:
(
value
:
string
,
checked
:
boolean
,
allChecked
:
string
[]
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
checked
Values
list
Items
multiselect
on
Checked
geoview-core
Loading...
CheckboxList main Props