Controls/CheckBox

From Wiki Maui Linux NET
Revision as of 15:53, 17 October 2025 by Ten (talk | contribs) (Created page with "{{ElementSpec | title=CheckBox | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/checkbox | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Binary selection; ensure accessibility states. | props= <tr><td>IsChecked</td><td>?</td><td></td><td>True/False</td></tr> <tr><td>Color</td><td>?</td><td></td><td>Check/box color</td></tr> }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


CheckBox

Kind
Control
Microsoft Docs
CheckBox documentation on learn.microsoft.com
Introduced
MAUI 6.0 (.NET 6)
Deprecated
No
Notes
Binary selection; ensure accessibility states.

Properties

Property Implemented (Maui Linux) Introduced in (MAUI/.NET) Notes
IsChecked?True/False
Color?Check/box color