import { ZBooleanIcon_Props } from '@zurich/dev-utils/code/BooleanIcon'; export type BooleanIcon_StyleProps = { /** ## BooleanIcon * * The `z-boolean-icon` attribute set to `default` will inject the z-fav styling * for `type="checkbox"` inputs * * * --- * ### Attributes: * * - `disabled`: _( boolean )_ blocks the interaction with the component. * - `checked`: _( boolean )_ sets the checkbox as checked. * * --- * ### Examples: * - `default`: * ```html * * ``` * ![example_1](./atoms/Fav/Fav.png) * * - `checked`: * ```html * * ``` * ![example_2](./atoms/Fav/FavChecked.png) * * --- * ### References: * - #### [![](./SB.png) Documentation](./inputs/boolean_icon) */ 'z-boolean-icon'?: ZBooleanIcon_Props['config']; };