booleanToFlowbiteBoolean
This function cast a boolean to the internal flowbute-angular boolean type.
Presentation
function booleanToFlowbiteBoolean (value: boolean): keyof FlowbiteBoolean ;
Returns
Parameters
Name | Type | Description |
---|---|---|
value | boolean | The input to be cast. |