# C1.C1Preview.RenderInputCheckBox

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_C1Preview_RenderInputCheckBox" data-uid="C1.C1Preview.RenderInputCheckBox" class="text-break">RenderInputCheckBox Class
</h1>
  <div class="markdown level0 summary"><p>Represents a checkbox.</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="C1.C1Preview.RenderObject.html">RenderObject</a></div>
    <div class="level2"><a class="xref" href="C1.C1Preview.RenderInputBase.html">RenderInputBase</a></div>
    <div class="level3"><a class="xref" href="C1.C1Preview.RenderInputButtonBase.html">RenderInputButtonBase</a></div>
    <div class="level4"><span class="xref">RenderInputCheckBox</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="C1.C1Preview.IStyleOwner.html">IStyleOwner</a></div>
    <div><a class="xref" href="C1.C1Preview.IDocumentLocation.html">IDocumentLocation</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_RenderInputCheckBox_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RenderInputCheckBox : RenderInputButtonBase, IStyleOwner, IDocumentLocation</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RenderInputCheckBox
    Inherits RenderInputButtonBase
    Implements IStyleOwner, IDocumentLocation</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="C1_C1Preview_RenderInputCheckBox__ctor" data-uid="C1.C1Preview.RenderInputCheckBox.#ctor">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.-ctor.html#C1_C1Preview_RenderInputCheckBox__ctor">RenderInputCheckBox()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox__ctor_System_String_" data-uid="C1.C1Preview.RenderInputCheckBox.#ctor(System.String)">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.-ctor.html#C1_C1Preview_RenderInputCheckBox__ctor_System_String_">RenderInputCheckBox(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a> class.</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="C1_C1Preview_RenderInputCheckBox_CheckAlign" data-uid="C1.C1Preview.RenderInputCheckBox.CheckAlign">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.CheckAlign.html#C1_C1Preview_RenderInputCheckBox_CheckAlign">CheckAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal and vertical alignment of the check box on the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_CheckMarkStyle" data-uid="C1.C1Preview.RenderInputCheckBox.CheckMarkStyle">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.CheckMarkStyle.html#C1_C1Preview_RenderInputCheckBox_CheckMarkStyle">CheckMarkStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style of the check mark used by the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_Checked" data-uid="C1.C1Preview.RenderInputCheckBox.Checked">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.Checked.html#C1_C1Preview_RenderInputCheckBox_Checked">Checked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value indicating whether the check box is checked.</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="C1_C1Preview_RenderInputCheckBox_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_" data-uid="C1.C1Preview.RenderInputCheckBox.AssignFrom(C1.C1Preview.RenderObject,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean)">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.AssignFrom.html#C1_C1Preview_RenderInputCheckBox_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Assigns (copies) properties from another <a class="xref" href="C1.C1Preview.RenderObject.html">RenderObject</a> to the current object.
Calls the base <a class="xref" href="C1.C1Preview.RenderInputButtonBase.AssignFrom.html#C1_C1Preview_RenderInputButtonBase_AssignFrom_C1_C1Preview_RenderObject_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_System_Boolean_">AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool)</a> method,
then copies <a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a>-specific properties if source is a <a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a>.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_CreateSame" data-uid="C1.C1Preview.RenderInputCheckBox.CreateSame">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.CreateSame.html#C1_C1Preview_RenderInputCheckBox_CreateSame">CreateSame()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates new empty <a class="xref" href="C1.C1Preview.RenderInputCheckBox.html">RenderInputCheckBox</a> object
linked with same <a class="xref" href="C1.C1Preview.C1PrintDocument.html">C1PrintDocument</a> as current object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_GetAutoSize_C1_C1Preview_Scripting_IScriptContext_System_Int32__System_Int32__" data-uid="C1.C1Preview.RenderInputCheckBox.GetAutoSize(C1.C1Preview.Scripting.IScriptContext,System.Int32@,System.Int32@)">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.GetAutoSize.html#C1_C1Preview_RenderInputCheckBox_GetAutoSize_C1_C1Preview_Scripting_IScriptContext_System_Int32__System_Int32__">GetAutoSize(IScriptContext, ref int, ref int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the desired (auto) size of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_GetControlType" data-uid="C1.C1Preview.RenderInputCheckBox.GetControlType">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.GetControlType.html#C1_C1Preview_RenderInputCheckBox_GetControlType">GetControlType()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the checkbox control type.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_GetDefaultTextAlign" data-uid="C1.C1Preview.RenderInputCheckBox.GetDefaultTextAlign">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.GetDefaultTextAlign.html#C1_C1Preview_RenderInputCheckBox_GetDefaultTextAlign">GetDefaultTextAlign()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the default text alignment.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_GetValue" data-uid="C1.C1Preview.RenderInputCheckBox.GetValue">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.GetValue.html#C1_C1Preview_RenderInputCheckBox_GetValue">GetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the checkbox value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_InitControl_System_Windows_Forms_Control_C1_C1Preview_Scripting_IScriptContext_" data-uid="C1.C1Preview.RenderInputCheckBox.InitControl(System.Windows.Forms.Control,C1.C1Preview.Scripting.IScriptContext)">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.InitControl.html#C1_C1Preview_RenderInputCheckBox_InitControl_System_Windows_Forms_Control_C1_C1Preview_Scripting_IScriptContext_">InitControl(Control, IScriptContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_InitRenderObject" data-uid="C1.C1Preview.RenderInputCheckBox.InitRenderObject">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.InitRenderObject.html#C1_C1Preview_RenderInputCheckBox_InitRenderObject">InitRenderObject()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the render object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_RenderInputCheckBox_SetValue_System_Object_" data-uid="C1.C1Preview.RenderInputCheckBox.SetValue(System.Object)">
          <a class="xref" href="C1.C1Preview.RenderInputCheckBox.SetValue.html#C1_C1Preview_RenderInputCheckBox_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the checkbox value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
