
##################
HoopsSwitchElement
##################

.. js:class:: ui.hoopsSwitch.HoopsSwitchElement

   A switch component.
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~ui.hoopsSwitch.HoopsSwitchElement.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~ui.hoopsSwitch.HoopsSwitchElement.checked`
   * :js:data:`~ui.hoopsSwitch.HoopsSwitchElement.disabled`
   * :js:data:`~ui.hoopsSwitch.HoopsSwitchElement.label`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: ui.hoopsSwitch.HoopsSwitchElement.constructor

      .. rst-class:: sig-pretty-signature
      
         | HoopsSwitchElement(): :js:class:`HoopsSwitchElement <ui.hoopsSwitch.HoopsSwitchElement>`
      
      **Returns**\ : :js:class:`HoopsSwitchElement <ui.hoopsSwitch.HoopsSwitchElement>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: ui.hoopsSwitch.HoopsSwitchElement.checked

      .. rst-class:: sig-pretty-signature
      
         | checked: *boolean*
      



.. js:data:: ui.hoopsSwitch.HoopsSwitchElement.disabled

      .. rst-class:: sig-pretty-signature
      
         | disabled: *boolean*
      



.. js:data:: ui.hoopsSwitch.HoopsSwitchElement.label

      .. rst-class:: sig-pretty-signature
      
         | label: *string*
      
      The label will appear as a tooltip when hovering over the switch (using title attribute). It will also be used as the aria-label for accessibility.
      




