Changing the properties of a view knockout js

I have a property in a js file (view/container.js) that is used to check if a div is visible or not called giftWrapVisible [ giftWrapVisible: ko.observable(false) ]

Is there a way for me to change giftWrapVisible to true in another different js file (action/check.js) ?

submitted by /u/Ok-Outcome-9064
[link] [comments]