You are on page 1of 7

Configuration of Checkbox

About CheckBox
 A check box is implemented as a control with a HTML Type
property setting of CheckBox. A check box is used to
represent a TRUE/FALSE field with a data type of
DTYPE_BOOL. When you click an empty box, a check mark
or an X appears in the box. If you click a box that is checked,
the check mark or X disappears
Requiremnets for design of Checkbox

 1.Database Level
 2.Business Level
 3.UI Level
DataBase LevelRequirement
 Select Table which is given in BC table property
 Select the Column Physical Type property as
Character
Business LevelRequirement
 Select BC
 Create new field with Column as selected previously and Type as
“DTYPE_BOOL”
 Predefault and Postdefault are optional set to N or Y
UI LevelRequirement
 Select the applet the where checkbox is placed
 Create new ListColumn or Control with HTML Type as CheckBox.
 Select EditWebLayout place the ListColumn/Control
Issues

You might also like