Show / Hide Table of Contents

Class InputField.Types.CheckboxInput

Checkbox input allows the business to provide a boolean value. Corresponds to the html input type=checkbox.

If the business checks the box, the input value for the field is true, otherwise it is false.

This type of input is often used as a confirmation that the business completed required steps before they are allowed to start the action. In such a case, the input field is marked as [required][google.shopping.merchant.issueresolution.v1.InputField.required] and the button to trigger the action should stay disabled until the business checks the box.

Inheritance
object
InputField.Types.CheckboxInput
Implements
IMessage<InputField.Types.CheckboxInput>
IEquatable<InputField.Types.CheckboxInput>
IDeepCloneable<InputField.Types.CheckboxInput>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class InputField.Types.CheckboxInput : IMessage<InputField.Types.CheckboxInput>, IEquatable<InputField.Types.CheckboxInput>, IDeepCloneable<InputField.Types.CheckboxInput>, IBufferMessage, IMessage

Constructors

CheckboxInput()

Declaration
public CheckboxInput()

CheckboxInput(CheckboxInput)

Declaration
public CheckboxInput(InputField.Types.CheckboxInput other)
Parameters
Type Name Description
InputField.Types.CheckboxInput other
In this article
Back to top Generated by DocFX