--- name: Checkbox menu: Components --- import { Playground, Props, Link } from 'docz' import Checkbox from './Checkbox' # Checkbox Component for values that have an on/off state. ## Props ## See Also - Select for a similar component suitable for selecting more values. - Radio Button for a similar component on selecting a single value among very few choices.