2020-08-12 01:39:53 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [cautious-journey](./cautious-journey.md) > [FlagLabel](./cautious-journey.flaglabel.md)
|
|
|
|
|
2020-08-15 22:37:03 +00:00
|
|
|
## FlagLabel type
|
2020-08-12 01:39:53 +00:00
|
|
|
|
|
|
|
Individual labels: the equivalent of a checkbox.
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
2020-08-15 22:37:03 +00:00
|
|
|
export declare type FlagLabel = BaseLabel;
|
2020-08-12 01:39:53 +00:00
|
|
|
```
|