Checkbox for Android
Stable release for Android -
Feature
- Select one-by-one or select all at once
- Customisable checkbox colors
- Provide selected items and selected ids
- Added Support for default selected items
- Custom loader component
Name | Type | Default | Description |
---|---|---|---|
listItems | object array | [] | List of checkboxes |
selectedListItems | object array | [] | List of selected items(subset of listItems) |
headerName | string | '' | Shows header with the given name |
listItemStyle | object | {} | Each check list style |
headerStyle | object | {} | Header check list style |
onChange | function | null | Fires on each checkbox select or deselect |
onLoading | function | null | When the list is empty and a loader needs to be shown |
theme | string | #1A237E | Custom theme color for checkbox |