The form controls were used in the old webforms apps. They still can be used in the admin interface as the admin app is still web forms - just go to Administration Interface module. However, if you want to use those form controls on your front end site, the front end app is either MVC5 or .NET Core MVC which is a different technology and you need to develop a custom form component from scratch.