HtmlForgeX

API Reference

Command

New-HtmlXInputGroupRadioAddon

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.TablerInputGroup

Adds a radio addon to the current input group.

Remarks

Use inside New-HtmlXInputGroup { }.

Examples

Imported script example

New-HtmlXInputGroupRadioAddon -Right
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXInputGroupRadioAddon [-Checked] [-Right] [<CommonParameters>]
#

Parameters

Checked SwitchParameter optionalposition: namedpipeline: false
Initial checked state.
Right SwitchParameter optionalposition: namedpipeline: false
Place the addon on the right side.

Outputs

HtmlForgeX.TablerInputGroup