The igc-toggle-button wraps a native button element and exposes additional value and selected properties. It is used in the context of an igc-button-group to facilitate the creation of group/toolbar like UX behaviors.
igc-toggle-button
value
selected
igc-button-group
Renders - the label/content of the button.
toggle - The native button element.
Removes focus from the button.
Simulates a mouse click on the element.
Sets focus on the button.
Determines whether the button is disabled.
Determines whether the button is selected.
The value attribute of the control.
The
igc-toggle-buttonwraps a native button element and exposes additionalvalueandselectedproperties. It is used in the context of anigc-button-groupto facilitate the creation of group/toolbar like UX behaviors.Slot
Renders - the label/content of the button.
Csspart
toggle - The native button element.