I have declared state like this,
state
this.state = { filtersEnabled: false}
and later I destructured this object as fol
destructured