[]
        
(Showing Draft Content)

CheckStyle

Enumeration: CheckStyle

Defines possible check mark styles for RadioButtonField and CheckBoxField.

Enumeration Members

Check

Check: 0;

The check mark looks like a check.


Circle

Circle: 1;

The check mark looks like a circle.


Cross

Cross: 2;

The check mark looks like a cross.


Diamond

Diamond: 3;

The check mark looks like a diamond.


Square

Square: 4;

The check mark looks like a square.


Star

Star: 5;

The check mark looks like a star.