Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. constructor(props) {
  2. super(props);
  3. this.state = {
  4.  
  5. };
  6. const data = [
  7. {name : orange , checked : 2},
  8. {name : apple , checked : 3},
  9. {name : banana , checked : 1},
  10. {.....}
  11. ]
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement