Skip to content

Releases: rinku-k/rn-checkbox-list

1.2.0

02 Dec 12:34
7cf63e0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.0...1.2.0

1.1.0

25 Oct 11:16
Compare
Choose a tag to compare

What's Changed

  • TypeScript support #23
  • Header text style support #33
  • Custom checklist render Item #35

Full Changelog: 1.0.0...1.1.0

RN update to 0.62.3

19 Sep 16:10
Compare
Choose a tag to compare

No changes in feature

Fixing item disappear issue

15 Jan 17:36
Compare
Choose a tag to compare

Fix

Fixing issue of item disappearing when selecting all and deselect one item.

Default UI for iOS

15 Jan 11:55
Compare
Choose a tag to compare

No breaking changes

iOS

  • Checkbox styling had to be passed in checkboxProp. Now the default UI is similar to android. It can now be overridden by passing external styles like before.
  • Added example file to illustrate how a style can be overridden.
  • Updated README.md file with iOS screenshots

Support for iOS and Windows

07 Sep 14:16
Compare
Choose a tag to compare

No breaking changes

Feature

  • Added support for iOS and Windows
  • checkboxProp - helps you to change checkbox styling (Ex. Circular or square checkbox in iOS)

Checkbox for Android

07 Sep 13:09
55dd78d
Compare
Choose a tag to compare

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