[]
Initializes an instance of class InputFieldCheckBoxItem.
public InputFieldCheckBoxItem(RectangleF bounds, string fieldName, bool readOnly, bool required, InputBorderStyle borderStyle, float borderWidth, Color borderColor, bool @checked, float checkSize, InputCheckStyle checkStyle)
Type | Name | Description |
---|---|---|
RectangleF | bounds | The bounds. |
string | fieldName | The field name. |
bool | readOnly | The flag defining the read-only state. |
bool | required | The flag defining the required state. |
InputBorderStyle | borderStyle | The border style. |
float | borderWidth | The border width. |
Color | borderColor | The border color. |
bool | checked | The flag defining the checked state. |
float | checkSize | The check size. |
InputCheckStyle | checkStyle | The ceck style. |