Model
AgreementModeOptions
Magento\CheckoutAgreements\Model\AgreementModeOptions
What it does
This class provides configuration options for how checkout agreements (terms and conditions) are displayed to customers during checkout.
Developers use this class to define whether agreements should be automatically checked or require manual acceptance by the customer, with MODE_AUTO (0) for automatic and MODE_MANUAL (1) for manual selection.
Public Methods
- getOptionsArray()