From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-radio/-init-.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 api/kvision/pl.treksoft.kvision.form.check/-radio/-init-.html (limited to 'api/kvision/pl.treksoft.kvision.form.check/-radio/-init-.html') diff --git a/api/kvision/pl.treksoft.kvision.form.check/-radio/-init-.html b/api/kvision/pl.treksoft.kvision.form.check/-radio/-init-.html deleted file mode 100644 index 4f7ae330..00000000 --- a/api/kvision/pl.treksoft.kvision.form.check/-radio/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -Radio.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.check / Radio / <init>
-
-

<init>

- -Radio(value: Boolean = false, extraValue: String? = null, name: String? = null, label: String? = null, rich: Boolean = false) -

Parameters

-

-value - selection state

-

-extraValue - the additional String value used for the radio button group

-

-name - the name attribute of the generated HTML input element

-

-label - label text bound to the input element

-

-rich - determines if label can contain HTML code

-

Constructor
-

- - -- cgit