Size of Check Box could be increased?

Size of Check Box could be increased?

Comments

  • Hello,

    I am trying to display a Check Box column over a grid by simply binding a Data Structure having a Boolean value. The check box looks very small in size.
    Is there a way to increase the size?
    Is there any way to set default value of Check Box while creating data structure? Or we need a “Create Data” step on the Form under Data Flow?
    Data Structure: “isEconomic” column as Boolean

    Thank you.

  • Hi Dharmendra,

    You will need to specify the value of the Boolean on the data structure before it is displayed on the data grid. Please, let me know if the check box remains unchecked.
    There is no UI setting to configure the checkbox style. You will need to accomplish this by styling the data grid with CSS.
    Attached is a CSS document I have used in the past to style data grids. You will want to remove a lot of these styles, but this will at least give you a start.

    Thanks.

Sign In or Register to comment.