AuraConditionalRendering
When Checkbox is true Education is displayed <aura:application extends = "force:slds" > <aura:attribute name = "variable" type = "Boolean" /> <lightning:input aura:id = "Education" type = "checkbox" label = "Education" name = "Education" value = "Education" onchange = "{!c.handleCheck}" /> <aura:if isTrue = "{!v.variable}" > <div> Se...