We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db336bf commit d95dff1Copy full SHA for d95dff1
README.md
@@ -61,7 +61,7 @@ You can safely ignore lint warnings about needing a title on each item, unless y
61
62
Later, you can get the selected items via:
63
```kotlin
64
-val selectedToggles = toggleButtonLayout.getSelectedToggles()
+val selectedToggles = toggleButtonLayout.selectedToggles()
65
//do what you need to with these selected toggles
66
```
67
And you can listen for when toggles are switched:
0 commit comments