A check mark. The dimensions are set with the "width" and "height" styles.

Properties

height: string

The height as css style or as an JSON object of css styles. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. A hylo-breakpoint-listener has to be present. e.g. {"default": "20px", "xs": "15px", "sm": "15px"}

Can also be set as --hylo-glyph-height.

length: string

The length of the main (right) stroke in reference of the elements height. Default is "100%". Can also be set through --hylo-glyph-check-length.

proportion: string

The proportional length of the minor (left) stroke in reference to the main (left) stroke. Default is "0.5". Can also be set through --hylo-glyph-check-proportion.

rounded: boolean

Sets rounded lines.

size: string

The stroke thickness or an JSON object of thickness. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. e.g. {"default": "5px", "xs": "3px", "sm": "3px"}

Can also be set through --hylo-glyph-check-size.

width: string

The width as css style or as an JSON object of css styles. The object can contain the keys 'default', 'xl', 'lg', 'md', 'sm', 'xs'. A hylo-breakpoint-listener has to be present. e.g. {"default": "20px", "xs": "15px", "sm": "15px"}

Can also be set as --hylo-glyph-width.

Generated using TypeDoc