import Checkbox from '@ember/component'; export default Checkbox.extend({ attributeBindings: ['nodeId'], nodeId: null, });