02_pp_checkbox - fasteiner/Notion GitHub Wiki
PageProperty: Checkbox
classDiagram
class notion_checkbox_page_property {
[bool] $checkbox = $false
ConvertFromObject()
}
`PagePropertiesBase` --|> `notion_checkbox_page_property`:inherits