# Checkbox Reference: ([link](https://prairielearn.readthedocs.io/en/latest/elements/#pl-checkbox-element)) The checkbox only requires you to modify: | Folder/File Name | Usage | | ---------------------------------------------- | ------------------------------------------------------------ | | **if this is a standalone problem:** info.json | The information of the question such as title, topic, tags, and uuid. | | question.html | The main body of the question | A `pl-checkbox` allows for **one** or **more** choices. It displays a subset of the answers in a random order as checkboxes. ## An example of the `question.html` ```html

This is the problem statement.


(a) $1+1<$?

The answer is:

5 4 1 3 2
``` The problem will be: ![pl-multiple-choice](./elements/pl-checkbox-problem.png) When you clicked the correct answer: ![pl-multiple-choice](./elements/pl-checkbox-answer.png)