Skip to content

Instantly share code, notes, and snippets.

@simpluslabs
Last active November 20, 2018 10:30
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 simpluslabs/5539f4ea92638250953e295a5043d9ff to your computer and use it in GitHub Desktop.
Save simpluslabs/5539f4ea92638250953e295a5043d9ff to your computer and use it in GitHub Desktop.
({
doInit : function(component, event, helper) {
},
resetCheckValue1 : function(component, event, helper) {
component.set("v.checkValue1", !component.get("v.checkValue1"));
},
resetCheckValue2 : function(component, event, helper) {
component.set("v.checkValue2", !component.get("v.checkValue2"));
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment