{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

SelectableGroupKt

public final class SelectableGroupKt


Summary

Public methods

static final @NonNull Modifier

Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.

Public methods

selectableGroup

public static final @NonNull Modifier selectableGroup(@NonNull Modifier receiver)

Use this modifier to group a list of selectable items like Tabs or RadioButtons together for accessibility purpose.

See also
selectableGroup