FieldsetPanel(legend: String? = null, classes: Set<String> = setOf(), init: (FieldsetPanel.() -> Unit)? = null)
legend - the legend of the fieldset
legend
classes - a set of CSS class names
classes
init - an initializer extension function
init
Constructor