Browse Source

README update

Aidan Follestad 6 years ago
parent
commit
67b18aac96
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -488,6 +488,8 @@ dialog.checkAllItems()
 dialog.uncheckAllItems()
 
 dialog.toggleAllItemsChecked()
+
+val checked: Boolean = dialog.isItemChecked(index)
 ```
 
 ### Custom Adapters