# GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem" class="text-break">InputFieldCheckBoxItem Class
</h1>
  <div class="markdown level0 summary"><p>Represents the canvas item for checkBox fields.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.CanvasItem.html">CanvasItem</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldItem.html">InputFieldItem</a></div>
    <div class="level3"><span class="xref">InputFieldCheckBoxItem</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="GrapeCity.ActiveReports.Document.Section.IBordered.html">IBordered</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Document.Section.html">GrapeCity.ActiveReports.Document.Section</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Core.Document.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class InputFieldCheckBoxItem : InputFieldItem, IDisposable, ICloneable, IBordered</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem__ctor_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Boolean_System_Single_GrapeCity_ActiveReports_Document_Section_InputCheckStyle_" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.#ctor(System.Drawing.RectangleF,System.String,System.Boolean,System.Boolean,GrapeCity.ActiveReports.Document.Section.InputBorderStyle,System.Single,System.Drawing.Color,System.Boolean,System.Single,GrapeCity.ActiveReports.Document.Section.InputCheckStyle)">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.-ctor.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem__ctor_System_Drawing_RectangleF_System_String_System_Boolean_System_Boolean_GrapeCity_ActiveReports_Document_Section_InputBorderStyle_System_Single_System_Drawing_Color_System_Boolean_System_Single_GrapeCity_ActiveReports_Document_Section_InputCheckStyle_">InputFieldCheckBoxItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.html">InputFieldCheckBoxItem</a>.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_CheckSize" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.CheckSize">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.CheckSize.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_CheckSize">CheckSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the size of check symbol inside the CheckBox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_CheckStyle" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.CheckStyle">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.CheckStyle.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_CheckStyle">CheckStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the style of check symbol inside the CheckBox.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_Checked" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.Checked">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.Checked.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value indicating the state of the CheckBox.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_Clone" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.Clone">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.Clone.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs a cloning of this instance.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_ToString" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.ToString">
          <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.ToString.html#GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string that represents the current object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
