Lines Matching refs:toggle
28 | options | [ToggleOptions](#toggleoptions13) | Yes | Options of the toggle.|
40 | type | [ToggleType](#toggletype) | Yes | Type of the toggle.<br>Default value: **ToggleType.Swit…
41 … | No | Whether the toggle is turned on. The value **true** means that t…
150 Triggered when the toggle status changes.
162 | isOn | boolean | Yes | Whether the toggle is on.<br>**true**: The toggle is on. **false**: The…
174 | isOn | boolean| No | No| Whether the toggle is on.<br>Default value: **false**|
175 | enabled | boolean | No| No| Whether the toggle is enabled.|
176 | triggerChange |Callback\<boolean>| No| No|Triggers toggle status changes.|
247 
251 This example implements a toggle of the **Switch** type with custom settings, including the radius …
289 
293 This example implements a toggle in a custom style. When you click the **Blue** button, the circle …
342 