diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.form.check/-check-box/value.html')
-rw-r--r-- | api1/pl.treksoft.kvision.form.check/-check-box/value.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.form.check/-check-box/value.html b/api1/pl.treksoft.kvision.form.check/-check-box/value.html new file mode 100644 index 00000000..79ac64e8 --- /dev/null +++ b/api1/pl.treksoft.kvision.form.check/-check-box/value.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>CheckBox.value - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.check</a> / <a href="index.html">CheckBox</a> / <a href="./value.html">value</a><br/> +<br/> +<h1>value</h1> +<a name="pl.treksoft.kvision.form.check.CheckBox$value"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</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>Overrides <a href="../../pl.treksoft.kvision.form/-bool-form-control/value.html">BoolFormControl.value</a></p> +<p>The selection state of the checkbox.</p> +</BODY> +</HTML> |