compose-html-material
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
compose-html-material
compose-html-material3
/
com.huanshankeji.compose.html.material3
/
MdCheckbox
Md
Checkbox
@
Composable
fun
MdCheckbox
(
checked
:
Boolean
?
=
null
,
disabled
:
Boolean
?
=
null
,
indeterminate
:
Boolean
?
=
null
,
required
:
Boolean
?
=
null
,
value
:
String
?
=
null
,
name
:
String
?
=
null
,
form
:
String
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
ContentBuilder
<
HTMLElement
>
?
=
null
)
(
source
)
@
Composable
fun
MdCheckbox
(
state
:
MdCheckboxState
,
disabled
:
Boolean
?
=
null
,
required
:
Boolean
?
=
null
,
value
:
String
?
=
null
,
name
:
String
?
=
null
,
form
:
String
?
=
null
,
attrs
:
AttrBuilderContext
<
HTMLElement
>
?
=
null
,
content
:
ContentBuilder
<
HTMLElement
>
?
=
null
)
(
source
)