Checkbox
class Checkbox(val text: String, val icon: IconComposable? = null, val keyboardShortcut: Set<String> = emptySet(), val checked: MutableState<Boolean>) : MenuItem
Constructors
Link copied to clipboard
constructor(text: String, icon: IconComposable? = null, keyboardShortcut: Set<String> = emptySet(), checked: MutableState<Boolean>)