--- title: checkFlag status: published category: editor group: Variable author: api date: 06/23/2023 order: 11 ---Public Readonly Variable ##### Signature ```ts checkFlag: ( flag: (() => boolean) | boolean | undefined ) => boolean | undefined ```