-
public final class GiniCheckboxKt
-
-
Method Summary
Modifier and Type Method Description final static UnitGiniCheckbox(Boolean checked, Function1<Boolean, Unit> onCheckedChange, Modifier modifier, GiniCheckboxColors colors, MutableInteractionSource interactionSource, Boolean enabled)final static UnitGiniCheckboxCheckedPreview()final static UnitGiniCheckboxUncheckedPreview()final static UnitGiniCheckboxCheckedDisabledPreview()-
-
Method Detail
-
GiniCheckbox
@Composable() final static Unit GiniCheckbox(Boolean checked, Function1<Boolean, Unit> onCheckedChange, Modifier modifier, GiniCheckboxColors colors, MutableInteractionSource interactionSource, Boolean enabled)
-
GiniCheckboxCheckedPreview
@Preview(showBackground = true)@Composable() final static Unit GiniCheckboxCheckedPreview()
-
GiniCheckboxUncheckedPreview
@Preview(showBackground = true)@Composable() final static Unit GiniCheckboxUncheckedPreview()
-
GiniCheckboxCheckedDisabledPreview
@Preview(showBackground = true)@Composable() final static Unit GiniCheckboxCheckedDisabledPreview()
-
-
-
-