feat: SW-963 Implemented error states and handling booking code and multiroom
This commit is contained in:
@@ -36,7 +36,10 @@ export default function Checkbox({
|
||||
{({ isSelected }) => (
|
||||
<>
|
||||
<span className={styles.checkboxContainer}>
|
||||
<span className={styles.checkbox} tabIndex={0}>
|
||||
<span
|
||||
className={styles.checkbox}
|
||||
tabIndex={registerOptions?.disabled ? undefined : 0}
|
||||
>
|
||||
{isSelected && <CheckIcon color="white" />}
|
||||
</span>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user