Documentation
Preparing search index...
@saltcorn/markup
helpers
dropdown_checkboxes
Function dropdown_checkboxes
dropdown_checkboxes
(
__namedParameters
:
{
btnClass
:
string
;
btnLabel
:
string
;
checked
:
Record
<
string
,
boolean
>
;
items
:
(
string
|
{
label
:
string
;
value
:
string
}
)
[]
;
onChange
?:
string
;
}
,
)
:
string
Parameters
__namedParameters
:
{
btnClass
:
string
;
btnLabel
:
string
;
checked
:
Record
<
string
,
boolean
>
;
items
:
(
string
|
{
label
:
string
;
value
:
string
}
)
[]
;
onChange
?:
string
;
}
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...