React Native Multi Level Selector
Getting StartedIntroductionPossible ApplicationsMotivationPropsReadme

React Native Multi Level Selector

A React Native component to provide options for multiple selections as checkboxes nested down to multiple levels.

Possible Applications

  • Useful for creating filter options
  • Giving multiple options as well as nested sub options
  • The flexibility to structure and provide hierarchy to any data

Motivation

I found that although there are options for multi selectors, there wasn't any for multi level selection. This could provide flexibilty in various utilty cases.