Contents

During runtime checkbox can be selected, if a checkbox is already selected or not by using the………….property.
a) Checked                          
b) Unchecked
c) On                                     
d) Selected

a

Explanation: During runtime checkbox can be selected, if a checkbox is already selected or not by using the checked property. This property contains a Boolean value. If true the checked box is selected.


Checkbox in an interface is labeled using ………….property.
a) Text                                  
b) Caption
c) Name                                
d) Label

a

Explanation: Checkbox in an interface is labeled using Text property. You can enter label by sentence capitalization, in the check box’s text property. Each check box should be labeled to make the user understand what it is doing, and this can be done by entering the label in the check box’s text property.


A checkbox can be directly accessed from the keyboard using a………….
a) Access key                      
b) Shortcut key
c) Assigned key   
d) Designated key

a

Explanation: A checkbox can be directly accessed from the keyboard using a Access key. The access key is a button that allows the user to click a button in the form by pressing the Alt key in combination with the set access key.