Possible Duplicate:
How Yes or No Questions Should be Represented in Forms
This is a usability query. Suppose you only have two options you want a user to pick, are there any design considerations to whether to use a check box or an option list with only two options?
Example: The default answer in this case is No/The user is not at Risk
//Using Option
List Are you at Risk? ()Yes (.)No//Using Check box
[] Are you at Risk?