ToggleButton : ButtonBase

Implemented for: WASM, Skia, Mobile

This document lists all properties, methods, and events of ToggleButton that are currently implemented by the Uno Platform. See the WinUI documentation for detailed usage guidelines which all automatically apply to Uno Platform.

To better understand how ToggleButton works, you can run your own tests on the Uno Playground.

Implemented properties

Property Supported on
bool IsThreeState WASM, Skia, Mobile
bool? IsChecked WASM, Skia, Mobile
DependencyProperty IsCheckedProperty WASM, Skia, Mobile
DependencyProperty IsThreeStateProperty WASM, Skia, Mobile

Implemented methods

Method Supported on
void OnToggle() WASM, Skia, Mobile

Implemented events

Event Supported on
RoutedEventHandler Checked WASM, Skia, Mobile
RoutedEventHandler Indeterminate WASM, Skia, Mobile
RoutedEventHandler Unchecked WASM, Skia, Mobile

Below are all properties, methods, and events of ToggleButton that are not currently implemented in Uno.

Not implemented properties

Property Not supported on
bool IsThreeState MacOS
bool? IsChecked MacOS
DependencyProperty IsCheckedProperty MacOS
DependencyProperty IsThreeStateProperty MacOS

Not implemented methods

Method Not supported on
void OnToggle() MacOS

Not implemented events

Event Not supported on
RoutedEventHandler Checked MacOS
RoutedEventHandler Indeterminate MacOS
RoutedEventHandler Unchecked MacOS

Last updated Monday, 14 April 2025 02:07.