Skip to content

Instantly share code, notes, and snippets.

@greggy
Created January 18, 2016 15:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greggy/24b929ecb836bf6fb379 to your computer and use it in GitHub Desktop.
Save greggy/24b929ecb836bf6fb379 to your computer and use it in GitHub Desktop.
collections.map(function(coll) {
return {
type: "checkbox"
, callback: function() { console.log('this', this.checked) }
, checked: false
, text: coll.title
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment