sir

I want to know how to make any checkbox value to be checked
in the form load event using vb.net

On the form load just do this:

Checkbox1.Checked = true;

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.