Class: Google::Shopping::Merchant::IssueResolution::V1beta::InputField::CheckboxInput
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::IssueResolution::V1beta::InputField::CheckboxInput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/issueresolution/v1beta/issueresolution.rb
Overview
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 and the button to trigger the action should stay disabled until the business checks the box.