kvision / pl.treksoft.kvision.form.check / CheckInput / <init>

<init>

CheckInput(type: CheckInputType = CheckInputType.CHECKBOX, value: Boolean = false, classes: Set<String> = setOf())

Parameters

type - type of the input control

value - selection state

classes - a set of CSS class names

Constructor