Skip to content

Check boxes are always shows X intsead of tick #474

@venkymylaram

Description

@venkymylaram

I tried

Checkbox typeOfDistributionCashField = new Checkbox
{
    TabLabel = "typeOfDistributionCash",
    Selected = "true", // lowercase
    DocumentId = "1",
    PageNumber = "3",
    XPosition = "45",
    YPosition = "140"
};
 
Checkbox typeOfDistributionDirectDepositField = new Checkbox
{
    TabLabel = "typeOfDistributionDirectDeposit",
    Selected = "true",    DocumentId = "1",
    PageNumber = "3",
    XPosition = "45",
    YPosition = "158"
};

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-apiall issues related to eSign api

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions