July 10, 2021the_demon_sid
This is a Demo Blog for the testing purposes
July 10, 2021the_demon_sid
A checkbox is a square box that can be activated or deactivated when ticked. Use checkboxes to select one or more options from a list of choices.
javascriptimport { Checkbox } from '@react-spectrum/checkbox'; function Example() { return <Checkbox>Label</Checkbox>; }
jsx<Checkbox>Label</Checkbox>
html<input type="checkbox" id="checkbox" name="checkbox" value="checkbox"> <label for="checkbox">Label</label>
A checkbox is a square box that can be activated or deactivated when ticked.
Use checkboxes to select one or more options from a list of choices.
javascriptimport { Checkbox } from '@react-spectrum/checkbox'; function Example() { return <Checkbox>Label</Checkbox>; }
jsx<Checkbox>Label</Checkbox>
html<input type="checkbox" id="checkbox" name="checkbox" value="checkbox"> <label for="checkbox">Label</label>
This is a paragraph with bold text and italic text.
This is a blockquote following a header. Siddhesh Rahul Shrriame