ShinyReForms package lets you add and validate Forms in your Shiny application with an object-oriented interface.
Documentation is available on githubpages.
Install current version from GitHub:
# install.packages("devtools")
::install_github("piotrbajger/shinyreforms") devtools
Or install the latest release from CRAN:
install.packages("shinyreforms")