Skip to content

Commit c32af28

Browse files
committed
docs(styled checkbox): add note about using the native input
1 parent 228e084 commit c32af28

File tree

1 file changed

+4
-0
lines changed
  • apps/website/src/routes/docs/styled/checkbox

1 file changed

+4
-0
lines changed

apps/website/src/routes/docs/styled/checkbox/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import { statusByComponent } from '~/_state/component-statuses';
1010

1111
A control that allows the user to toggle between checked and not checked.
1212

13+
> The current implementation of the styled checkbox uses the native html `<input type="checkbox" />` element. We intend to introduce a headless checkbox with intermediary states and better handling of colors, animations, etc. in the future. In the meantime, this native element is still better than nothing 🙃.
14+
15+
<br />
16+
1317
<Showcase name="hero" />
1418

1519
## Installation

0 commit comments

Comments
 (0)