New-UDToggleButtonGroup
A Toggle Button can be used to group related options.
Synopsis
Syntax
New-UDToggleButtonGroup [[-Id] <String>] [[-Color] <String>] [-Disabled] [-Exclusive] [-FullWidth] [[-OnChange] <Endpoint>] [[-Size] <String>] [[-Orientation] <String>] [[-Sx] <Hashtable>] [[-Value] <String[]>] [-Children] <ScriptBlock> [<CommonParameters>]Description
Parameters
-Id
Required? false
Position? 1
Default value [Guid]::NewGuid().ToString()
Accept pipeline input? false
Aliases
Accept wildcard characters? false-Color
-OnChange
-Size
-Orientation
-Sx
-Value <String[]>
-Children
Outputs
Last updated
Was this helpful?