# C1.Report.CheckBoxEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Report_CheckBoxEnum" data-uid="C1.Report.CheckBoxEnum" class="text-break">CheckBoxEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies how boolean values are translated into check boxes.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Report.html">C1.Report</a></h6>
  <h6><strong>Assembly</strong>: C1.Report.dll</h6>
  <h5 id="C1_Report_CheckBoxEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CheckBoxEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CheckBoxEnum</code></pre>
  </div>
  <h5 id="C1_Report_CheckBoxEnum_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>Use the members of this enumeration to set the value
of the <a class="xref" href="C1.Report.Field.CheckBox.html#C1_Report_Field_CheckBox">CheckBox</a> property in the <a class="xref" href="C1.Report.Field.html">Field</a> class.
This property is useful when you wish to display boolean values graphically,
rather than using text.</p>
</div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_Report_CheckBoxEnum_CheckBox">CheckBox</td>
        <td><p>Checkbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckBoxEnum_CrossBox">CrossBox</td>
        <td><p>Crossbox.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckBoxEnum_NoCheckBox">NoCheckBox</td>
        <td><p>No checkbox (display as text).</p>
</td>
      </tr>
      <tr>
        <td id="C1_Report_CheckBoxEnum_RadioButton">RadioButton</td>
        <td><p>Radio button.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
