Skip to content

Instantly share code, notes, and snippets.

@filipemacedo
Last active July 6, 2021 20:33
Show Gist options
  • Save filipemacedo/8fde335f901f6937fa19f491db1205cc to your computer and use it in GitHub Desktop.
Save filipemacedo/8fde335f901f6937fa19f491db1205cc to your computer and use it in GitHub Desktop.
const onCheck = (id: string) => {
setSelected(state => ({ ...state, [id]: !selected?.[id] })
}
<Checkbox checked={!!selected.[data.id]} onPress={() => onCheck(data.id)} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment