Checkbox, radiobutton and radiobutton group components.
open class CheckBox : SimplePanel, BoolFormControl
The form field component rendered as HTML input type="checkbox". |
|
open class CheckBoxInput : CheckInput
The basic input component rendered as HTML input type="checkbox". |
|
enum class CheckBoxStyle
Checkbox style options. |
|
abstract class CheckInput : Widget, FormInput
The basic input component rendered as HTML input type="checkbox" or input type="radio". |
|
enum class CheckInputType
Type of the check input control (checkbox or radio). |
|
open class Radio : SimplePanel, BoolFormControl
The form field component rendered as HTML input type="radio". |
|
open class RadioGroup : SimplePanel, StringFormControl
The form field component rendered as a group of HTML input type="radio" elements with the same name attribute. |
|
open class RadioGroupInput : SimplePanel, FormInput
The input component rendered as a group of HTML input type="radio" elements with the same name attribute. |
|
open class RadioInput : CheckInput
The basic input component rendered as HTML input type="radio". |
|
enum class RadioStyle
Radio style options. |