Options
Menu

Interface CheckWidgetProps

Hierarchy

  • CheckWidgetProps

Index

Properties

Optional styles

styles: CheckStyles

value

value: any

widget

widget: ParameterWidget

Optional withoutName

withoutName: undefined | false | true

Methods

Optional onValueChange

  • onValueChange(value: boolean): void
  • Parameters

    • value: boolean

    Returns void