Create a list box with option buttons or check boxes

        

  1. In the Properties window, select the ListStyle property.

  2. Click the drop-down arrow to display a list of available styles.

  3. From the list, choose Option.

When the ListStyle property is set to Option, the MultiSelect property determines whether check boxes or option buttons appear in the list. When MultiSelect is Single, option buttons appear in the list. When MultiSelect is Multi or Extended, check boxes appear in the list.