CheckBox
A CheckBox control can be selected (“checked”) or cleared.
You use one or more CheckBox controls to let users select one or more options. You should use radio buttons when the options are mutually exclusive and you want users to select only one option at a time.
Properties
|
Name |
Description |
Default |
|---|---|---|
|
Data | ||
|
IsChecked |
True if the CheckBox control is selected. |
True |
|
Text |
Use this to create a label for the CheckBox control. SPEAK displays the label to the right of the CheckBox control, and you cannot change the position or the style. | |
|
Value |
You can use this property to associate a text string with the CheckBox control. You can use this text as the “value” of the CheckBox control. |
on |
Configuration
You can create a configuration item for a CheckBox control by creating an item based on the CheckBox Parameters template.
The configuration item has these specific fields:
-
Value
-
IsChecked
-
Text – this field corresponds to the Text property, and you use the field to facilitate translation.
It inherits these fields:
-
IsEnabled
-
IsVisible
-
AccessKey
-
Tooltip
-
Behaviors
-
Id