checkButton
fun Box.checkButton(label: String? = null, mnemonic: Boolean = false, append: Boolean = true, buttonBuilder: CheckButton.() -> Unit = {}): CheckButton
Content copied to clipboard
fun Frame.checkButton(label: String? = null, mnemonic: Boolean = false, buttonBuilder: CheckButton.() -> Unit = {}): CheckButton
Content copied to clipboard