Checkbox

Estimated reading: 2 minutes 1938 views

Checkboxes are used when multiple options are available, allowing the user to select any number of choices, including none, one, or several.

Properties

Appearance

BGColor: Choose the background color to be displayed inside the box. 

BorderThickness(px): Specify the border thickness value in pixels. The order of the border will be (left, top, right, bottom). 

FONT

FontColor: Specify the colour of the font to be used outside the box. 

FontName: Specify the font style to be used outside the box.

FontSize: Specify the font size to be used outside the box. 

FontStyle: Choose the style from the drop down to normal, Italic or oblique. 

FontWeight: Choose the font weight, to be light, normal or thick. 

GENERAL PROPERTIES

FormName: Autofills to whichever form the control is dropped into.

TabIndex: Specifies the position to which the cursor has to move when the tab on the keyboard is used. 

Type: This is auto populated once the checkbox control is selected.

INPUTS

ControlName: Default name given to the control used.

DisplayText: Specifies the text related to the checkbox which can be customized. 

Ischeck: Check this box if the box has to be checked by default. 

IsFocusable: When enabled, the button remains visible on the screen and is ready for user interaction

VariableName: Declare a variable here to return the value of the checkbox. 

POSITION (px)

Left : Increasing the count will move the control to the right side. Decreasing the count will move it to the Left side. 

Top: Increasing the count will bring the control down and decreasing the count will move the control up. 

Share this Doc

Checkbox

Or copy link

CONTENTS