Interface IIgrToggleButtonProps

Hierarchy

Hierarchy

  • IIgrToggleButtonProps

Properties

children?: ReactNode
className?: string
disabled?: string | boolean

Determines whether the button is disabled.

id?: string
selected?: string | boolean

Determines whether the button is selected.

style?: CSSProperties
value?: string

The value attribute of the control.