You can make Check Button in React-Native
Using npm:
$ npm install --save react-native-check-btn
<CheckButton onChange={ ** Your Method ** } checked={ ** Your Parameters ** } text='Any String' />
Prop | Default | Type | Description |
---|---|---|---|
containerStyle | null | style |
You can change CheckButton container style. |
onChange | null | function |
To start function When user tab Check Button. |
checked | false | bool |
Set to 'true' draw Check sign. |
textStyle | null | style |
You can change text style. |
text | null | String |
Set to String display text. |
See the LICENSE file.