Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "fields/checkbox-field"

new GUI()
  .add({ value: false }) // Auto detect
  .add({ field: 'checkbox' }) // Specify field name
  .add({ field: new CheckboxField() }) // Provide field instance

Preview


preview

Index

Generated using TypeDoc