From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-radio-group/-init-.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html (limited to 'docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html b/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html new file mode 100644 index 00000000..267e08e9 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html @@ -0,0 +1,27 @@ + + + +RadioGroup.<init> - kvision + + + +kvision / pl.treksoft.kvision.form.check / RadioGroup / <init>
+
+

<init>

+ +RadioGroup(options: List<StringPair>? = null, value: String? = null, inline: Boolean = false, label: String? = null, rich: Boolean = false) +

Parameters

+

+options - an optional list of options (label to value pairs) for the group

+

+value - selected option

+

+inline - determines if the options are rendered inline

+

+label - label text of the options group

+

+rich - determines if label can contain HTML code

+

Constructor
+

+ + -- cgit