Big replacement: bool with boolean

This commit is contained in:
Boris Yankov
2013-08-07 16:59:39 +03:00
parent bded8a8af5
commit dd35f69637
128 changed files with 4254 additions and 4240 deletions
+4 -4
View File
@@ -79,7 +79,7 @@ interface ICheckOptions {
/**
* Adds hoverClass to customized input on label hover and labelHoverClass to label on input hover
*/
labelHover?: bool;
labelHover?: boolean;
/**
* Class added to label if labelHover set to true
*/
@@ -91,15 +91,15 @@ interface ICheckOptions {
/**
* True to set 'pointer' CSS cursor over enabled inputs and 'default' over disabled
*/
cursor?: bool;
cursor?: boolean;
/**
* Set true to inherit original input's class name
*/
inheritClass?: bool;
inheritClass?: boolean;
/**
* If set to true, input's id is prefixed with 'iCheck-' and attached
*/
inheritID?: bool;
inheritID?: boolean;
/**
* Add HTML code or text inside customized input
*/