# C1.Report.CheckBoxField.Value

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_CheckBoxField_Value_" data-uid="C1.Report.CheckBoxField.Value*">Value Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_CheckBoxField_Value_" data-uid="C1.Report.CheckBoxField.Value*"></a>
<h4 id="C1_Report_CheckBoxField_Value" data-uid="C1.Report.CheckBoxField.Value">Value</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="C1.Report.ScriptObjectValue.html">ScriptObjectValue</a> yielding the checked value of the checkbox.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[C1Category(&quot;Data&quot;)]
[C1Description(&quot;CheckBoxField.Value&quot;, &quot;Text or expression yielding the checked value of the checkbox.&quot;)]
public ScriptObjectValue Value { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Data&quot;)&gt;
&lt;C1Description(&quot;CheckBoxField.Value&quot;, &quot;Text or expression yielding the checked value of the checkbox.&quot;)&gt;
Public Property Value As ScriptObjectValue</code></pre>
</div>
</div>
