1.0.0 • Published 7 years ago

react-native-check-btn v1.0.0

Weekly downloads
5
License
-
Repository
github
Last release
7 years ago

react-native-CheckButton v1.0.0

You can make Check Button in React-Native

Installation

Using npm:

$ npm install --save react-native-check-btn

Usage

<CheckButton onChange={ ** Your Method ** } checked={ ** Your Parameters ** } text='Any String' />

Properties

PropDefaultTypeDescription
containerStylenullstyleYou can change CheckButton container style.
onChangenullfunctionTo start function When user tab Check Button.
checkedfalseboolSet to 'true' draw Check sign.
textStylenullstyleYou can change text style.
textnullStringSet to String display text.

Fifty Bridge License

See the LICENSE file.