效果如图
准备一个FlowLayoutPanel 一个label 一个button
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Study_Kaiyuan_Controls_Add_Many_CheckBox
{
public partial class Form1 : Form
{