Default Radio Button Group
fun DefaultRadioButtonGroup(initialIsDisabled: Boolean, initialIsHidden: Boolean, initialTheme: ColorTheme, initialTileset: TilesetResource, groupDelegate: InternalGroup<RadioButton> = Components.group<RadioButton>()
.withIsDisabled(initialIsDisabled)
.withIsHidden(initialIsHidden)
.withTheme(initialTheme)
.withTileset(initialTileset)
.build() as InternalGroup<RadioButton>)
Content copied to clipboard
Sources
(source)
Link copied to clipboard