Companion

object Companion

Functions

Link copied to clipboard
@Composable
fun dark(svgLoader: SvgLoader, colors: IntUiCheckboxColors = IntUiCheckboxColors.dark(), metrics: IntUiCheckboxMetrics = IntUiCheckboxMetrics(), icons: IntUiCheckboxIcons = intUiCheckboxIcons(svgLoader)): IntUiCheckboxStyle
Link copied to clipboard
@Composable
fun light(svgLoader: SvgLoader, colors: IntUiCheckboxColors = IntUiCheckboxColors.light(), metrics: IntUiCheckboxMetrics = IntUiCheckboxMetrics(), icons: IntUiCheckboxIcons = intUiCheckboxIcons(svgLoader)): IntUiCheckboxStyle