This class can present forms using Bootstrap from JSON definition.
It can take a definition of aspects of a form in a JSON based format and generates HTML to render the form using the Bootstrap library.
The JSON form definition includes aspects like the form fields and their properties, the form properties and CSS styles of the Bootstrap that will be used to render the form and its inputs.
Currently it supports all types of standard inputs, as well select, textarea, button and div elements. |