Getting rid of the renderUI

  1. Add the configuration tag to the box() output.
  2. Attach the not-yet-designed JS dependencies with tagList().
box2Deps <- function() {
  htmlDependency(
    name = "boxBinding",
    version = "1.0.0",
    src = c(file = system.file(
      "input-system/input-bindings", 
      package = "OSUICode"
    )),
    script = "boxBindingEnhanced.js"
  )
}