Differntiate between check box and option box in vb theory answer
Answers
Answered by
4
1 The main difference is that the single checkbox is a part of a interface but optionbutton does not. The optionbuttons works in a group but checkboxes work independently.
Answered by
3
hey mate ur ans
______Checkbox_______
it is used to deal with toggle options, which have only two possible states – true/ false, or yes/no.Checkbox can be in either of the two states – checked or unchecked. When checkbox is checked, a tick mark appears in the rectangle. When it is unchecked, the rectangle will be empty.
______Options buttons______
these are used to allow user to select one from a set of mutually exclusive options. You can have more than one set of option button but in that case each set of option button should be placed inside a separate Frame control.
______________________
_____hope it helps_______
______Checkbox_______
it is used to deal with toggle options, which have only two possible states – true/ false, or yes/no.Checkbox can be in either of the two states – checked or unchecked. When checkbox is checked, a tick mark appears in the rectangle. When it is unchecked, the rectangle will be empty.
______Options buttons______
these are used to allow user to select one from a set of mutually exclusive options. You can have more than one set of option button but in that case each set of option button should be placed inside a separate Frame control.
______________________
_____hope it helps_______
Similar questions