Hierarchy

Hierarchy

  • IIgrXCheckboxProps

Properties

actualBorderWidth?: string | number

Gets or sets the Width to use for the check mark when the checkbox is checked.

actualCheckedBackgroundColor?: string

Gets or sets the color to use for the actual background when the checkbox is checked.

actualCheckedBorderColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

actualCornerRadius?: string | number

Gets the actual corner radius to use for the checkbox.

actualTickColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

actualTickStrokeWidth?: string | number

Gets or sets the stroke width to use for the check mark.

actualUncheckedBackgroundColor?: string

Gets or sets the color to use for the actual background when the checkbox is unchecked.

actualUncheckedBorderColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

ariaLabel?: string

Gets or sets the value of the aria-label attribute.

ariaLabelledBy?: string

Gets or sets the value of the aria-labelledby attribute.

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the checkbox.

borderWidth?: string | number

Gets or sets the Width to use for the check mark when the checkbox is checked.

change?: ((s, e) => void)

Type declaration

checked?: string | boolean

Gets or sets whether the checkbox is checked.

checkedBackgroundColor?: string

Gets or sets the color to use for the background when the checkbox is checked.

checkedBorderColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

children?: ReactNode
cornerRadius?: string | number

Gets or sets the corner radius to use for the checkbox.

disableRipple?: string | boolean

Gets or sets whether to disable the ripple effect for the checkbox.

disableTransitions?: string | boolean

Gets or sets whether the checkbox transitions are disabled.

disabled?: string | boolean

Gets or sets whether the checkbox is disabled.

focused?: string | boolean

Gets or sets if the checkbox is Focused.

id?: string

Gets or sets the id to use for the checkbox.

indeterminate?: string | boolean

Gets or sets whether the checkbox is indeterminate.

inputId?: string

Gets or sets the id to use for the internal native checkbox.

labelId?: string

Gets or sets id to use for the checkbox label.

labelPosition?: string | CheckboxLabelPosition

Gets or sets LabelPosition to use for the checkbox.

name?: string

Gets or sets name to use for the checkbox.

required?: string | number

Gets or sets if the checkbox is required.

tabIndex?: string | number

Gets or sets TabIndex to use for the checkbox.

tickColor?: string

Gets or sets the color to use for the check mark when the checkbox is checked.

tickStrokeWidth?: string | number

Gets or sets the corner radius to use for the checkbox.

uncheckedBackgroundColor?: string

Gets or sets the color to use for the background when the checkbox is unchecked.

uncheckedBorderColor?: string

Gets or sets the color to use for the check mark when the checkbox is unchecked.

value?: any

Gets or sets value to use for the checkbox.