Skip to content

Instantly share code, notes, and snippets.

@petrosDemetrakopoulos
Created January 17, 2022 08:44
Show Gist options
  • Save petrosDemetrakopoulos/47b60f684d9a6e0fad7bfc8f78632aeb to your computer and use it in GitHub Desktop.
Save petrosDemetrakopoulos/47b60f684d9a6e0fad7bfc8f78632aeb to your computer and use it in GitHub Desktop.
Render view
return (
<div className="App">
<div style={{width: '270px', overflowY: 'scroll', margin: 'auto'}}>
{checkboxItems()}
<p>{state.selections.toString()}</p>
</div>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment