# GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.-ctor

## Content

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



<h1 id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem__ctor_" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.#ctor*">InputFieldCheckBoxItem Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_ActiveReports_Document_Section_InputFieldCheckBoxItem__ctor_" data-uid="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.#ctor*"></a>
<h4 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)">InputFieldCheckBoxItem(RectangleF, string, bool, bool, InputBorderStyle, float, Color, bool, float, InputCheckStyle)</h4>
<div class="markdown level1 summary"><p>Initializes an instance of class <a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputFieldCheckBoxItem.html">InputFieldCheckBoxItem</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public InputFieldCheckBoxItem(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, bool @checked, float checkSize, InputCheckStyle checkStyle)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectanglef">RectangleF</a></td>
      <td><span class="parametername">bounds</span></td>
      <td><p>The bounds.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">fieldName</span></td>
      <td><p>The field name.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">readOnly</span></td>
      <td><p>The flag defining the read-only state.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">required</span></td>
      <td><p>The flag defining the required state.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputBorderStyle.html">InputBorderStyle</a></td>
      <td><span class="parametername">borderStyle</span></td>
      <td><p>The border style.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">borderWidth</span></td>
      <td><p>The border width.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.color">Color</a></td>
      <td><span class="parametername">borderColor</span></td>
      <td><p>The border color.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">checked</span></td>
      <td><p>The flag defining the checked state.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.single">float</a></td>
      <td><span class="parametername">checkSize</span></td>
      <td><p>The check size.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="GrapeCity.ActiveReports.Document.Section.InputCheckStyle.html">InputCheckStyle</a></td>
      <td><span class="parametername">checkStyle</span></td>
      <td><p>The ceck style.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
