StandardCheckBox

fun StandardCheckBox(checked: Boolean, text: String, onCheckedChange: (Boolean) -> Unit?, modifier: Modifier = Modifier)