Logotype
For developers
By Qliro
Select search filters:
0
0
/
/
Checkboxes
Described below are the different options that can be used to modify our checkbox-features to fit into your chosen phrasing and tonality.
The following parameters are defined in the Create order call.
AskForNewsletterSignupText - Customize the text around the newsletter checkbox.

MerchantProvidedQuestion – Additional fully customizable true/false checkbox that will return checked or not.
Either checkboxes can also be decided if to be true/false by default using
AskForNewsLetterSignupChecked and
MerchantProvidedQuestion - { Checked: "True/False" }.
 
Code example around CreateOrder:
1
2
3
4
5
6
7
8
9
10
11
12
{

"AskForNewsLetterSignup": True,
"AskForNewsletterSignupChecked": True,
"AskForNewsletterSignUpText": "Customized newsletter box text",
"SignupForNewsLetter": True,
"MerchantProvidedQuestion": {
  "Text": "Any text that merchant wants to display",
  "Checked": False

}


Example
icon corner-down-right-dark
Next up is Thank you page