---
title: "ChecklistItem interface"
canonical: "https://support.appfire.com/space/JMWE/461996871/ChecklistItem%20interface"
format: markdown
---
> Macro (aura-html)

This document details the methods of the ChecklistItem interface you can use on any ChecklistItem, such as those returned by the [Getters](https://appfire.atlassian.net/wiki/display/JMWE/Accessing+the+fields+of+an+issue) when you [access a Checklist field](https://appfire.atlassian.net/wiki/spaces/JMWE/pages/461406836/User+created+custom+fields#Usercreatedcustomfields-Checklist).

| **Method** | **Return type** | **Returns** |
| --- | --- | --- |
| `isChecked``()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | True if the option is checked |
| `getName``()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The name of the ChecklistItem |
| `isMandatory()` | [Boolean](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Boolean.html) | True if the option is mandatory |
| `getOptionId``()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The option ID of the CheckListItem |
| `getRank()` | [Integer](https://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html) | The Rank of the CheckListItem |
| `getVersion``()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The version of the ChecklistItem |
| `getId``()` | [Long](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/Long.html) | The Id of the CheckListItem |
| `getStatusId()` | [String](http://download.oracle.com/javase/6/docs/api/index.html?java/lang/String.html) | The Status of the ChecklistItem |