BooleanType
Data type: Boolean. Human-readable terms like on/off, true/false have this as a supertype
Property | Expected Type | Description |
---|---|---|
isActive | https://schema.org/Boolean | Whether or not the element is active |
isChecked | https://schema.org/Boolean | Whether or not the element is checked |
isDisabled | https://schema.org/Boolean | Whether or not the element is disabled |
isEnabled | https://schema.org/Boolean | Whether or not the element is enabled |
isInactive | https://schema.org/Boolean | Whether or not the element is inactive |
isOff | https://schema.org/Boolean | Whether or not the element is off |
isOn | https://schema.org/Boolean | Whether or not the element is on |
isUnchecked | https://schema.org/Boolean | Whether or not the element is unchecked |
ContextProperty | Element | A property that holds the context a UI element is in |
DescriptionFlag | Element | Flags to express that a UI element describes something, e.g. isHelp, isContent, isProgress |