kopia lustrzana https://github.com/shoelace-style/shoelace
736 B
736 B
Checkbox
[component-header:sl-checkbox]
Checkboxes allow the user to toggle an option on or off.
<sl-checkbox>Checkbox</sl-checkbox>
?> This component doesn't work with standard forms. Use <sl-form>
instead.
Examples
Checked
Use the checked
attribute to activate the checkbox.
<sl-checkbox checked>Checked</sl-checkbox>
Indeterminate
Use the indeterminate
attribute to make the checkbox indeterminate.
<sl-checkbox indeterminate>Indeterminate</sl-checkbox>
Disabled
Use the disabled
attribute to disable the checkbox.
<sl-checkbox disabled>Disabled</sl-checkbox>
[component-metadata:sl-checkbox]