ui
0.13.2
jvm
ui
/
org.jetbrains.jewel.ui.component
/
Checkbox
Checkbox
@
Composable
fun
Checkbox
(
checked
:
Boolean
,
onCheckedChange
:
(
Boolean
)
->
Unit
,
modifier
:
Modifier
=
Modifier
,
enabled
:
Boolean
=
true
,
outline
:
Outline
=
Outline.None
,
interactionSource
:
MutableInteractionSource
=
remember { MutableInteractionSource() }
,
colors
:
CheckboxColors
=
JewelTheme.checkboxStyle.colors
,
metrics
:
CheckboxMetrics
=
JewelTheme.checkboxStyle.metrics
,
icons
:
CheckboxIcons
=
JewelTheme.checkboxStyle.icons
,
textStyle
:
TextStyle
=
LocalTextStyle.current
)