mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
@@ -110,3 +110,12 @@ export const Custom: Story = {
|
||||
`,
|
||||
}),
|
||||
};
|
||||
|
||||
export const Indeterminate: Story = {
|
||||
render: (args) => ({
|
||||
props: args,
|
||||
template: `
|
||||
<input type="checkbox" bitCheckbox [indeterminate]="true">
|
||||
`,
|
||||
}),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user