DefaultRadioButtonGroup

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>)

Sources

(source)
Link copied to clipboard