<HTML> <HEAD> <meta charset="UTF-8"> <title>pl.treksoft.kvision.form.check - 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><br/> <br/> <h2>Package pl.treksoft.kvision.form.check</h2> <p>Checkbox, radiobutton and radiobutton group components.</p> <h3>Types</h3> <table> <tbody> <tr> <td> <p><a href="-c-h-e-c-k-b-o-x-s-t-y-l-e/index.html">CHECKBOXSTYLE</a></p> </td> <td> <code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CHECKBOXSTYLE</span></code> <p>Checkbox style options.</p> </td> </tr> <tr> <td> <p><a href="-c-h-e-c-k-i-n-p-u-t-t-y-p-e/index.html">CHECKINPUTTYPE</a></p> </td> <td> <code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">CHECKINPUTTYPE</span></code> <p>Type of the check input control (checkbox or radio).</p> </td> </tr> <tr> <td> <p><a href="-check-box/index.html">CheckBox</a></p> </td> <td> <code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckBox</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../pl.treksoft.kvision.form/-bool-form-control/index.html"><span class="identifier">BoolFormControl</span></a></code> <p>The form field component rendered as HTML <em>input type="checkbox"</em>.</p> </td> </tr> <tr> <td> <p><a href="-check-input/index.html">CheckInput</a></p> </td> <td> <code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CheckInput</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> <p>The basic input component rendered as HTML <em>input type="checkbox"</em> or <em>input type="radio"</em>.</p> </td> </tr> <tr> <td> <p><a href="-r-a-d-i-o-s-t-y-l-e/index.html">RADIOSTYLE</a></p> </td> <td> <code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">RADIOSTYLE</span></code> <p>Radio style options.</p> </td> </tr> <tr> <td> <p><a href="-radio/index.html">Radio</a></p> </td> <td> <code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Radio</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../pl.treksoft.kvision.form/-bool-form-control/index.html"><span class="identifier">BoolFormControl</span></a></code> <p>The form field component rendered as HTML <em>input type="radio"</em>.</p> </td> </tr> <tr> <td> <p><a href="-radio-group/index.html">RadioGroup</a></p> </td> <td> <code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioGroup</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../pl.treksoft.kvision.form/-string-form-control/index.html"><span class="identifier">StringFormControl</span></a></code> <p>The form field component rendered as a group of HTML <em>input type="radio"</em> elements with the same name attribute.</p> </td> </tr> </tbody> </table> </BODY> </HTML>