Change bolean values > true to false, false to true.
Vim-Plug:
Plug 'tanmaykumarbala/toogleBoolean'
Use leader t as default key maping.
For custom key binding. Use the below line in your .vimrc or init.vim file.
let g:default_toogle_map_key_user = 'Your_key_Binding.'