550 B
550 B
title |
---|
boolean |
For options where the choice is either true
or false
, on or off,
or yes or no, use a boolean option.
Structure
A boolean option is a plain object with these properties:
bool
: Eithertrue
orfalse
which will be the defaulthide
(optional) : A method to control the optional display of the option
Example
options: {
withLining: {
bool: true
}
}