Interface ICheckOptions

Index

Properties

Properties

optional public activeClass?: string

Class added on active state (mouse button is pressed on an input)

optional public checkboxClass?: string

Base class added to customized checkboxes

optional public checkedCheckboxClass?: string

If not empty, used instead of 'checkedClass' option (checkbox input specific)

optional public checkedClass?: string

Class added on checked state (input.checked = true)

optional public checkedRadioClass?: string

If not empty, used instead of 'checkedClass' option (radio button input specific)

optional public cursor?: boolean

True to set 'pointer' CSS cursor over enabled inputs and 'default' over disabled

optional public disabledCheckboxClass?: string

If not empty, used instead of 'disabledClass' option (checkbox input specific)

optional public disabledClass?: string

Class added on disabled state (input.disabled = true)

optional public disabledRadioClass?: string

If not empty, used instead of 'disabledClass' option (radio button input specific)

optional public enabledCheckboxClass?: string

If not empty, used instead of 'enabledClass' option (checkbox input specific)

optional public enabledClass?: string

If not empty, added as class name on enabled state (input.disabled = false)

optional public enabledRadioClass?: string

If not empty, used instead of 'enabledClass' option (radio button input specific)

optional public focusClass?: string

Class added on focus state (input has gained focus)

optional public handle?: string

'checkbox' or 'radio' to style only checkboxes or radio buttons, both by default

optional public hoverClass?: string

Class added on hover state (pointer is moved onto an input)

optional public increaseArea?: string

Increase clickable area by given % (negative number to decrease)

optional public inheritClass?: boolean

Set true to inherit original input's class name

optional public inheritID?: boolean

If set to true, input's id is prefixed with 'iCheck-' and attached

optional public insert?: string

Add HTML code or text inside customized input

optional public labelHover?: boolean

Adds hoverClass to customized input on label hover and labelHoverClass to label on input hover

optional public labelHoverClass?: string

Class added to label if labelHover set to true

optional public radioClass?: string

Base class added to customized radio buttons

optional public uncheckedCheckboxClass?: string

If not empty, used instead of 'uncheckedClass' option (checkbox input specific)

optional public uncheckedClass?: string

If not empty, added as class name on unchecked state (input.checked = false)

optional public uncheckedRadioClass?: string

If not empty, used instead of 'uncheckedClass' option (radio button input specific)