```scss
// Property(ies): showSelectionCheck - Android Only
// Component(s): Ti.UI.ListView, Ti.UI.TableView
'.show-selection-check[platform=android]': { showSelectionCheck: true }
'.hide-selection-check[platform=android]': { showSelectionCheck: false }
```