kvision / pl.treksoft.kvision.form.check

Package pl.treksoft.kvision.form.check

Checkbox, radiobutton and radiobutton group components.

Types

CheckBox

open class CheckBox : SimplePanel, BoolFormControl

The form field component rendered as HTML input type="checkbox".

CheckBoxInput

open class CheckBoxInput : CheckInput

The basic input component rendered as HTML input type="checkbox".

CheckBoxStyle

enum class CheckBoxStyle

Checkbox style options.

CheckInput

abstract class CheckInput : Widget, FormInput

The basic input component rendered as HTML input type="checkbox" or input type="radio".

CheckInputType

enum class CheckInputType

Type of the check input control (checkbox or radio).

Radio

open class Radio : SimplePanel, BoolFormControl

The form field component rendered as HTML input type="radio".

RadioGroup

open class RadioGroup : SimplePanel, StringFormControl

The form field component rendered as a group of HTML input type="radio" elements with the same name attribute.

RadioGroupInput

open class RadioGroupInput : SimplePanel, FormInput

The input component rendered as a group of HTML input type="radio" elements with the same name attribute.

RadioInput

open class RadioInput : CheckInput

The basic input component rendered as HTML input type="radio".

RadioStyle

enum class RadioStyle

Radio style options.