Skip to content

ericV-li/react-native-checkbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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)} />

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%