Checkbox
Check component for Universal Dashboard
Checkboxes allow the user to select one or more items from a set.
Checkboxes
Checkboxes can be disabled and checked by default
Checkboxes with custom icon
Create checkboxes that use any icon and style.
Checkboxes with onChange script block
Create checkboxes that fire script blocks when changed.
Checkbox with custom label placement
You can adjust where the label for the checkbox is placed.
Get the value of a Checkbox
You can use Get-UDElement
to get the value of the checkbox. Get-UDElement
will also return other properties of the checkbox component.
The following example shows a toast message with the value of the checkbox.
API
Last updated