A checkbox is a square box that can be selected or deselected. When it is selected, a check mark appears in the box. You can add a text label to a checkbox and place it to the left, right, above, or below the checkbox. It is allows the user to select a true or false condition and is used to set a value on or off.



  1. Check Box in Palette


  1. Sample Check Box


Attributes


Type

Name

Description

General

ID

Displays title of the component.

General

Parent

Displays where it is located in the component.

General

Class

A CSS style to be attached to the component. This style is added in addition to styles output by the component.

General

Trash

Users to permanently delete component.

CSS Attributes

Z-index

The z-index specifies the stack order of an element. An element with greater stack order is always in front of an element with a lower stack order.

CSS Attributes

Add/Edit

It has CSS Editor. We can write different CSS code for each component.

General

ID

Displays title of the component.

General

Parent

Displays where it is located in the component.




Events

Name

Description

Click

When check box is clicked

Double Click

When the check box is double clicked.

Mouse Down

When the check box is pressed down.

Mouse Enter

When the mouse pointer is moves in check box while it is over.

Mouse Leave

When the mouse pointer is moves on over a button.

Mouse Move

When the mouse pointer is moving while it is over a check box.

Mouse Out

When the mouse pointer moves out of a check box.

Mouse Over

When the mouse pointer is moves on checkbox while it is over.

Mouse Up

When the mouse pointer is pressed up.

Focus In

When the check box is clicked.

Focus Out

When the mouse pointer is pressed while it is over a check box.


Methods

Get value Method: Will return the Boolean value of the check box.


Set value Method: Will set the Boolean value of the checkbox.


Created with the Personal Edition of HelpNDoc: Benefits of a Help Authoring Tool