CheckBox In C#
www.c-sharpcorner.com › uploadfile › maheshAug 14, 2018 · To create a CheckBox control at design-time, you simply drag and drop a CheckBox control from Toolbox to a Form in Visual Studio. After you drag and drop a CheckBox on a Form, the CheckBox looks like Figure 1. Once a CheckBox is on the Form, you can move it around and resize it using a mouse and set its properties and events.