export type SelectionTag_StyleProps = {
/** ## SelectionTag
*
* 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
*
* ```
* 
*
* - `checked`:
* ```html
*
* ```
* 
*
* ---
* ### References:
* - #### [ Documentation](./inputs/boolean_icon)
*/
'z-selection-tag'?: true | '';
};