int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone.styling
/
IntUiCheckboxIcons
/
Companion
Companion
object
Companion
Members
Functions
checkbox
Link copied to clipboard
@
Composable
fun
checkbox
(
basePath
:
String
=
"com/intellij/ide/ui/laf/icons/intellij/checkBox.svg"
)
:
PainterProvider
dark
Link copied to clipboard
@
Composable
fun
dark
(
checkbox
:
PainterProvider
=
checkbox("com/intellij/ide/ui/laf/icons/darcula/checkBox.svg")
)
:
IntUiCheckboxIcons
light
Link copied to clipboard
@
Composable
fun
light
(
checkbox
:
PainterProvider
=
checkbox("com/intellij/ide/ui/laf/icons/intellij/checkBox.svg")
)
:
IntUiCheckboxIcons