diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.check/-radio/start-value.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.form.check/-radio/start-value.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.check/-radio/start-value.html b/docs/api/pl.treksoft.kvision.form.check/-radio/start-value.html deleted file mode 100644 index d9e8e9a6..00000000 --- a/docs/api/pl.treksoft.kvision.form.check/-radio/start-value.html +++ /dev/null @@ -1,17 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>Radio.startValue - 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">Radio</a> / <a href="./start-value.html">startValue</a><br/> -<br/> -<h1>startValue</h1> -<a name="pl.treksoft.kvision.form.check.Radio$startValue"></a> -<code><span class="keyword">var </span><span class="identifier">startValue</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>The value attribute of the generated HTML input element.</p> -<p>This value is placed directly in generated HTML code, while the <a href="value.html">value</a> property is dynamically -bound to the input selection state.</p> -</BODY> -</HTML> |