From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- .../-radio-group/-init-.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.check/-radio-group/-init-.html (limited to 'api/pl.treksoft.kvision.form.check/-radio-group/-init-.html') diff --git a/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html b/api/pl.treksoft.kvision.form.check/-radio-group/-init-.html new file mode 100644 index 00000000..267e08e9 --- /dev/null +++ b/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