API Reference
Command
New-HtmlXInputGroupCheckboxAddon
Adds a checkbox addon to the current input group.
Remarks
Use inside New-HtmlXInputGroup { }.
Examples
New-HtmlXInputGroupCheckboxAddon -Checked
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-HtmlXInputGroupCheckboxAddon [-Checked] [-Right] [<CommonParameters>]#Parameters
- Checked SwitchParameter
- Initial checked state.
- Right SwitchParameter
- Place the addon on the right side.
Outputs
HtmlForgeX.TablerInputGroup