Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 447 Bytes

react-native-checkbox

下载 JS文件 导入到项目中

import CheckBox from './common/checkbox';

初始化

<CheckBox
     ref={(c)=>this.initCheckBoxData(c)}
     label=""
     checked={false}
     value={rowID}
     style={styles.check}
     onChange={(checked) => this.checkSelect(checked,rowID)} />

详细的说明 请移步至 使用教程及说明