kotlin_ui_dsl_version_2.md: fixup

This commit is contained in:
Yann Cébron 2022-01-12 17:31:24 +01:00
parent 3c5ac8268e
commit 77f50f5b41

View File

@ -146,7 +146,7 @@ Must also be used for `Row.checkBox` if these are grouped with some title.
```kotlin ```kotlin
var value = true var value = true
buttonsGroup("Panel.buttonGroup:") { buttonsGroup("Panel.buttonsGroup:") {
row { row {
radioButton("true", true) radioButton("true", true)
} }