new-ui-standalone
1.0.0-SNAPSHOT
jvm
new-ui-standalone
/
org.jetbrains.jewel.themes.expui.standalone.control
/
TriStateCheckbox
Tri
State
Checkbox
@
Composable
fun
TriStateCheckbox
(
state
:
ToggleableState
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
CheckBoxColors
=
LocalCheckBoxColors.current
)
@
Composable
fun
TriStateCheckbox
(
state
:
ToggleableState
,
onClick
:
(
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
CheckBoxColors
=
LocalCheckBoxColors.current
,
content
:
@
Composable
(
)
->
Unit
)