02_pp_checkbox - fasteiner/Notion GitHub Wiki

PageProperty: Checkbox

API Reference

classDiagram
    class notion_checkbox_page_property {
        [bool] $checkbox = $false
        ConvertFromObject()
    }
    `PagePropertiesBase` --|> `notion_checkbox_page_property`:inherits

Related Classes