component PayNow { props { checkoutUrl: string label?: string = "Pay now" disabled?: boolean = false } view { {label} } }