Checkbox
A checkbox input for boolean (true/false) values.
The Checkbox field provides a traditional checkbox interface for boolean values. Users can check or uncheck the box to set the value to true or false. While similar to the Toggle field in functionality, checkboxes are more traditional and work well when you have multiple related options in a list. The checkbox can also have an associated label that describes what checking the box means.
Preview in Attributes Manager

Checkbox field. Preview in Gutenberg Editor

Technical Information:
| Property | Value |
|---|---|
| Gutenberg UI | Checkbox with label |
| Data Type | `boolean` |
| Values | `true` (checked) or `false` (unchecked) |
| Default Value | `false` |
| Best For | True/false options, agreements, feature flags |
| Common Uses | Accept terms, featured content, enable option |