Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 13, 2023
1 parent d2f1dcf commit 883562a
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,11 @@ If there is only two options (on/off), consider using a SwitchToggle. If the use
alt="Checkbox inputs for form in various states"
/>

### Default
Note on [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes) state. It is a controlled only state.

> This is a state in which it's impossible to say whether the item is toggled on or off. This is set using the HTMLInputElement object's indeterminate property via JavaScript (it cannot be set using an HTML attribute)
Note: [indeterminate](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox#indeterminate_state_checkboxes) is a controlled only state only.
### Default

<Canvas>
<Story of={Stories.CheckboxFillStates} />
Expand Down

0 comments on commit 883562a

Please sign in to comment.