Interface: FieldCheckboxFromJsonConfig
Defined in: packages/blockly/core/field_checkbox.ts:303
fromJson config options for the checkbox field.
Extends
Properties index
| Property | Description |
|---|---|
| tooltip | - |
| ariaTypeName | - |
| checkCharacter | - |
| checked | - |
Properties
tooltip?
optional tooltip?: string;
Defined in: packages/blockly/core/field.ts:1628
Inherited from
ariaTypeName?
optional ariaTypeName?: string;
Defined in: packages/blockly/core/field.ts:1629
Inherited from
FieldCheckboxConfig.ariaTypeName
checkCharacter?
optional checkCharacter?: string;
Defined in: packages/blockly/core/field_checkbox.ts:297
Inherited from
FieldCheckboxConfig.checkCharacter
checked?
optional checked?: boolean;
Defined in: packages/blockly/core/field_checkbox.ts:304