aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.check/-check-box
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/-check-box')
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-check-box/index.html4
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html6
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-check-box/size.html2
-rw-r--r--docs/api/pl.treksoft.kvision.form.check/-check-box/style.html8
5 files changed, 22 insertions, 4 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html
index ae5e90e1..a62c5c71 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/circled.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.check.CheckBox$circled"></a>
<code><span class="keyword">var </span><span class="identifier">circled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Determines if the checkbox is rendered as a circle.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the checkbox is rendered as a circle.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the checkbox is rendered as a circle.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html
index 80fc8020..d145a888 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/index.html
@@ -102,7 +102,7 @@
<p><a href="size.html">size</a></p>
</td>
<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
<p>The size of the input.</p>
</td>
</tr>
@@ -120,7 +120,7 @@
<p><a href="style.html">style</a></p>
</td>
<td>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-c-h-e-c-k-b-o-x-s-t-y-l-e/index.html"><span class="identifier">CHECKBOXSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-check-box-style/index.html"><span class="identifier">CheckBoxStyle</span></a><span class="symbol">?</span></code>
<p>The style (one of Bootstrap standard colors) of the input.</p>
</td>
</tr>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html
index 13612f25..d47e2591 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/inline.html
@@ -11,5 +11,11 @@
<a name="pl.treksoft.kvision.form.check.CheckBox$inline"></a>
<code><span class="keyword">var </span><span class="identifier">inline</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
<p>Determines if the checkbox is rendered inline.</p>
+<p><strong>Getter</strong><br/>
+<p>Determines if the checkbox is rendered inline.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>Determines if the checkbox is rendered inline.</p>
+</p>
</BODY>
</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html
index a7f9da27..2f49728f 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/size.html
@@ -9,7 +9,7 @@
<br/>
<h1>size</h1>
<a name="pl.treksoft.kvision.form.check.CheckBox$size"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/size.html">FormControl.size</a></p>
<p>The size of the input.</p>
<p><strong>Getter</strong><br/>
diff --git a/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html b/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html
index 821e7836..aac0735f 100644
--- a/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html
+++ b/docs/api/pl.treksoft.kvision.form.check/-check-box/style.html
@@ -9,7 +9,13 @@
<br/>
<h1>style</h1>
<a name="pl.treksoft.kvision.form.check.CheckBox$style"></a>
-<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-c-h-e-c-k-b-o-x-s-t-y-l-e/index.html"><span class="identifier">CHECKBOXSTYLE</span></a><span class="symbol">?</span></code>
+<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../-check-box-style/index.html"><span class="identifier">CheckBoxStyle</span></a><span class="symbol">?</span></code>
<p>The style (one of Bootstrap standard colors) of the input.</p>
+<p><strong>Getter</strong><br/>
+<p>The style (one of Bootstrap standard colors) of the input.</p>
+</p>
+<p><strong>Setter</strong><br/>
+<p>The style (one of Bootstrap standard colors) of the input.</p>
+</p>
</BODY>
</HTML>