From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Mon, 2 Apr 2018 01:35:47 +0200
Subject: API documentantion update
---
api/pl.treksoft.kvision.form.check/-check-box/-init-.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
(limited to 'api/pl.treksoft.kvision.form.check/-check-box/-init-.html')
diff --git a/api/pl.treksoft.kvision.form.check/-check-box/-init-.html b/api/pl.treksoft.kvision.form.check/-check-box/-init-.html
index cecdf1d3..a3796cd8 100644
--- a/api/pl.treksoft.kvision.form.check/-check-box/-init-.html
+++ b/api/pl.treksoft.kvision.form.check/-check-box/-init-.html
@@ -8,15 +8,17 @@
kvision / pl.treksoft.kvision.form.check / CheckBox / <init>
<init>
-
-CheckBox(value: Boolean = false, label: String? = null, rich: Boolean = false)
+
+CheckBox(value: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false)
Parameters
value - selection state
+
+name - the name of the input element
label - label text bound to the input element
-rich - determines if label can contain HTML code
+rich - determines if label can contain HTML code
Constructor