# C1.Report.Field.CheckBox

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Report_Field_CheckBox_" data-uid="C1.Report.Field.CheckBox*">CheckBox Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Report_Field_CheckBox_" data-uid="C1.Report.Field.CheckBox*"></a>
<h4 id="C1_Report_Field_CheckBox" data-uid="C1.Report.Field.CheckBox">CheckBox</h4>
<div class="markdown level1 summary"><p>Specifies whether the field should be displayed as a 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;Special&quot;)]
[C1Description(&quot;Field.CheckBox&quot;, &quot;Indicates whether the field should be displayed as a checkbox of a particular type.&quot;)]
public CheckBoxEnum CheckBox { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;C1Category(&quot;Special&quot;)&gt;
&lt;C1Description(&quot;Field.CheckBox&quot;, &quot;Indicates whether the field should be displayed as a checkbox of a particular type.&quot;)&gt;
Public Property CheckBox As CheckBoxEnum</code></pre>
</div>
<h5 id="C1_Report_Field_CheckBox_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property allows you to display boolean values graphically, rather than as plain text.</p>
</div>
</div>
