|
|
@@ -37,6 +37,8 @@ const FilterOptionModal: FC<Props> = (props: Props) => {
|
|
|
<div className="d-flex justify-content-center mr-3">
|
|
|
<div className="border border-gray mr-3">
|
|
|
<label className="px-3 py-2 mb-0 d-flex align-items-center">
|
|
|
+ {/** todo: get checked state from parent component */}
|
|
|
+ {/** // refs: https://redmine.weseek.co.jp/issues/81845 */}
|
|
|
<input
|
|
|
className="mr-2"
|
|
|
type="checkbox"
|
|
|
@@ -47,6 +49,8 @@ const FilterOptionModal: FC<Props> = (props: Props) => {
|
|
|
</div>
|
|
|
<div className="border border-gray">
|
|
|
<label className="px-3 py-2 mb-0 d-flex align-items-center">
|
|
|
+ {/** todo: get checked state from parent component */}
|
|
|
+ {/** // refs: https://redmine.weseek.co.jp/issues/81845 */}
|
|
|
<input
|
|
|
className="mr-2"
|
|
|
type="checkbox"
|