Create a CheckBox using delphivcl.CheckBox
May 4, 2021
delphivcl.CheckBox represents a check box that can be on (checked) or off (unchecked).
A CheckBox component presents an option for the user. The user can check the box to select the option, or uncheck it to deselect the option.
The Caption property can be used to define an accelerator key to a control.
We can browse all the properties, methods, and built-in properties of the…