kvision / pl.treksoft.kvision.form.check

Package pl.treksoft.kvision.form.check

Checkbox, radiobutton and radiobutton group components.

Types

CHECKBOXSTYLE

enum class CHECKBOXSTYLE

Checkbox style options.

CHECKINPUTTYPE

enum class CHECKINPUTTYPE

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

CheckBox

open class CheckBox : SimplePanel, BoolFormControl

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

CheckInput

open class CheckInput : Widget

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

RADIOSTYLE

enum class RADIOSTYLE

Radio style options.

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.