UNPKG

phoenix-components-library

Version:

Component library for Phoenix Frontend Projects.

16 lines (9 loc) 218 B
# CheckBox How To Inport CheckBox. ```js import { CheckBox } from "phoenix-components-library"; ``` ### Instructions Use `checked` boolean to check or uncheck checkbox Use `disabled` to disable checkbox ### Tips