Hotkey for check-box mode

Is it possible to create a hotkey to view a folder in check-box mode? I searched through the commands and arguments in the hotkey dialog and couldn't find it.

Thanks,
Mike

This command will toggle the checkbox mode:

Set CHECKBOXMODE=toggle

To go to a specific directory at the same time:

Go "D:\Work" Set CHECKBOXMODE=On

Obviously, change "D:\Work" to your preferred directory.