From b29aedf1c8537f03976b43da3a608bb8bbd64175 Mon Sep 17 00:00:00 2001 From: Jamie Kyle Date: Wed, 12 Nov 2025 17:03:30 -0800 Subject: [PATCH] Add new axo checkbox square variant --- ts/axo/AxoCheckbox.dom.stories.tsx | 30 ++++++++++++++++++--- ts/axo/AxoCheckbox.dom.tsx | 43 ++++++++++++++++++++++++------ ts/axo/AxoDialog.dom.stories.tsx | 1 + 3 files changed, 62 insertions(+), 12 deletions(-) diff --git a/ts/axo/AxoCheckbox.dom.stories.tsx b/ts/axo/AxoCheckbox.dom.stories.tsx index ec9fb4939e..fa58e7bd4a 100644 --- a/ts/axo/AxoCheckbox.dom.stories.tsx +++ b/ts/axo/AxoCheckbox.dom.stories.tsx @@ -11,6 +11,7 @@ export default { function Template(props: { label: string; + variant: AxoCheckbox.Variant; defaultChecked: boolean; disabled?: boolean; }): JSX.Element { @@ -18,6 +19,7 @@ function Template(props: { return (